From 9e65e6bb736fc5c85b250219278129d03b03460a Mon Sep 17 00:00:00 2001 From: Robin Taylor Date: Sun, 18 Jul 2021 18:41:22 +0100 Subject: [PATCH] removed comments in .yml files causing a docker compose error --- docker-compose.override.yml | 1 - docker-compose.yml | 8 -------- 2 files changed, 9 deletions(-) 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: