Skip to content

Commit

Permalink
Add extra hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Sep 4, 2024
1 parent 3fc85e4 commit 50050f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ services:
DEFAULT_FROM_EMAIL: "TOSTI <[email protected]>"
SERVER_EMAIL: "[email protected]"

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

healthcheck:
test: ["CMD", "python", "manage.py", "check"]
interval: 10s
Expand Down Expand Up @@ -92,6 +95,9 @@ services:
POSTGRES_PORT: 5432
DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY}

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

networks:
web:
external: true
Expand Down

0 comments on commit 50050f9

Please sign in to comment.