diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 48014296..aef53711 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -7,7 +7,6 @@ # This file is ignored in production, but # it is automatically picked up in development with: # -# $ docker-compose up version: "3.6" services: diff --git a/docker-compose.yml b/docker-compose.yml index 8a51f32e..92bc7c1e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,9 +45,6 @@ services: command: python -Wd manage.py runserver 0.0.0.0:8000 healthcheck: - # We use `$$` here because: - # one `$` goes to shell, - # one `$` goes to `docker-compose.yml` escaping test: | /usr/bin/test $$( /usr/bin/curl --fail http://localhost:8000/health/?format=json @@ -58,11 +55,6 @@ services: retries: 5 start_period: 30s -# This task is an example of how to extend existing ones: -# some_worker: -# <<: *web -# command: python manage.py worker_process - networks: # Network for your internals, use it by default: webnet: