Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Sep 4, 2024
1 parent cf15dbf commit 79a40db
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ services:
image: ghcr.io/kioui/tosti:latest
restart: unless-stopped
networks:
web:
aliases:
- yivi.tosti.science.ru.nl
db:
- web
- db
expose:
- "80"
depends_on:
Expand Down Expand Up @@ -67,6 +65,9 @@ services:
DEFAULT_FROM_EMAIL: "TOSTI <[email protected]>"
SERVER_EMAIL: "[email protected]"

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

healthcheck:
test: ["CMD", "python", "manage.py", "check"]
interval: 10s
Expand All @@ -78,10 +79,8 @@ services:
entrypoint: ["/bin/sh", "/entrypoint_cron.sh"]
restart: unless-stopped
networks:
web:
aliases:
- yivi.tosti.science.ru.nl
db:
- web
- db
depends_on:
- database
- yivi
Expand All @@ -96,6 +95,9 @@ services:
POSTGRES_PORT: 5432
DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY}

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

networks:
web:
external: true
Expand Down

0 comments on commit 79a40db

Please sign in to comment.