Skip to content

Commit

Permalink
Typos and text 🗜️
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Feb 11, 2024
1 parent a1b8a17 commit 85cdf5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.11.0 : 2024-02-10
## 1.11.0 : 2024-02-11

Bunch of funky updates into an upcoming summer course! Some attempts were made to make the task result better readable.
Improved scalability moving `worker` outside of the server image and `supervisord` service.
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Example of configuration is present in `compose.yml`.
The containers require access to the Docker environment that's why you have to create volume, which maps a path to the
Docker socket.

Docker network have to be created and provided to the application using `DBS_DOCKER_NETWORK` environment variable.
Network `dbs` is used in the example

Repository contains an example of the **systemd unit script** in the `conf/tester-dbs.service`.

### From source
Expand All @@ -68,4 +65,4 @@ For more information check the `docs` directory.
---
![](docs/fiit.png)

Made with ❤️ and ☕️ FIIT STU (c) 2022-2023
Made with ❤️ and ☕️ FIIT STU (c) 2022-2024
2 changes: 1 addition & 1 deletion apps/core/management/commands/prune.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class Command(BaseCommand):
help = "Prune unused docker containers/imagees"
help = "Prune unused docker containers/images"

def handle(self, *args, **options):
started_at = timezone.now()
Expand Down

0 comments on commit 85cdf5b

Please sign in to comment.