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 dbe12bd commit ecde7b7
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 @@ -4,12 +4,12 @@ services:
yivi:
image: ghcr.io/privacybydesign/irma:edge
command: >
server -v --requestors '{"tosti": {"auth_method": "token", "key": "${YIVI_SERVER_TOKEN}"}}' --production --no-email --url https://yivi.tosti.science.ru.nl --port 80
server -v --requestors '{"tosti": {"auth_method": "token", "key": "${YIVI_TOKEN}"}}' --production --no-email --url https://yivi.tosti.science.ru.nl --port 80
restart: unless-stopped
networks:
- web
environment:
YIVI_SERVER_TOKEN: ${YIVI_TOKEN}
YIVI_TOKEN: ${YIVI_TOKEN}

database:
image: postgres:13.3-alpine
Expand Down

0 comments on commit ecde7b7

Please sign in to comment.