Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Mar 27, 2024
1 parent 30bf7d3 commit dbe12bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ services:
networks:
- web
environment:
YIVI_SERVER_TOKEN: ${YIVI_SERVER_TOKEN}
YIVI_SERVER_TOKEN: ${YIVI_TOKEN}

database:
image: postgres:13.3-alpine
restart: unless-stopped
networks:
- db
# volumes:
# - postgres-data:/var/lib/postgresql/data
volumes:
- pg-data:/var/lib/postgresql/data
environment:
POSTGRES_USER: tosti
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
DJANGO_ALLOWED_HOSTS: tosti.science.ru.nl,new.tosti.science.ru.nl
SENTRY_DSN: ${SENTRY_DSN}
YIVI_SERVER_URL: https://yivi.tosti.science.ru.nl
YIVI_SERVER_TOKEN: ${YIVI_SERVER_TOKEN}
YIVI_SERVER_TOKEN: ${YIVI_TOKEN}
SAML_ENTITY_ID: tosti.science.ru.nl
SAML_BASE_URL: https://tosti.science.ru.nl
SAML_METADATA_FILE: ${SAML_METADATA_FILE}
Expand Down Expand Up @@ -97,5 +97,5 @@ networks:
db:

volumes:
postgres-data:
pg-data:
media:

0 comments on commit dbe12bd

Please sign in to comment.