This commit is contained in:
2025-07-19 17:26:11 +02:00
parent 75640eba0d
commit 99e8b4ce55
2 changed files with 10 additions and 10 deletions

View File

@@ -38,9 +38,9 @@ services:
- ADMIN_EMAIL=admin@tournament.com
ports:
- "4000:4000"
depends_on:
postgres:
condition: service_healthy
# depends_on:
# postgres:
# condition: service_healthy
volumes:
- ../prisma:/app/prisma
networks:
@@ -63,8 +63,8 @@ services:
- tournament-network
restart: unless-stopped
volumes:
postgres_data:
# volumes:
# postgres_data:
networks:
tournament-network: