Test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user