Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg authored Mar 27, 2024
1 parent ad3ba28 commit 6098384
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: "3.6"

services:
yivi:
container_name: yivi
image: ghcr.io/privacybydesign/irma:edge
command: >
server -v --requestors '{"tosti": {"auth_method": "token", "key": "${YIVI_SERVER_TOKEN}"}}' --production --no-email --url ${YIVI_SERVER_URL} --port 80
Expand All @@ -15,7 +14,6 @@ services:

database:
image: postgres:13.3-alpine
container_name: postgres
restart: unless-stopped
networks:
- db
Expand All @@ -33,13 +31,11 @@ services:

web:
image: ghcr.io/kioui/tosti:latest
container_name: web
restart: unless-stopped
networks:
- web
- db
ports:
- "80:80"
expose: 80
depends_on:
- database
- yivi
Expand Down Expand Up @@ -76,7 +72,6 @@ services:

cron:
image: ghcr.io/kioui/tosti:latest
container_name: cron
entrypoint: ["/bin/sh", "/entrypoint_cron.sh"]
restart: unless-stopped
networks:
Expand Down

0 comments on commit 6098384

Please sign in to comment.