Skip to content

Commit

Permalink
Merge pull request #132 from badgermind/main
Browse files Browse the repository at this point in the history
removed comments in .yml files causing a docker compose error
  • Loading branch information
jhlink authored Jul 20, 2021
2 parents 612a858 + 9e65e6b commit ebfd994
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit ebfd994

Please sign in to comment.