Skip to content

Commit

Permalink
Fix extra hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Sep 4, 2024
1 parent 40c4f40 commit 2b9b3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
SERVER_EMAIL: "[email protected]"

extra_hosts:
- "yivi.tosti.science.ru.nl:caddy"
- yivi.tosti.science.ru.nl:caddy

healthcheck:
test: ["CMD", "python", "manage.py", "check"]
Expand Down Expand Up @@ -96,7 +96,7 @@ services:
DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY}

extra_hosts:
- "yivi.tosti.science.ru.nl:caddy"
- yivi.tosti.science.ru.nl:caddy

networks:
web:
Expand Down

0 comments on commit 2b9b3e2

Please sign in to comment.