Test
This commit is contained in:
@@ -39,9 +39,9 @@ services:
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- "127.0.0.1:4000:4000" # Only accessible from localhost
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
# depends_on:
|
||||
# postgres:
|
||||
# condition: service_healthy
|
||||
volumes:
|
||||
- ../prisma:/app/prisma
|
||||
networks:
|
||||
@@ -82,8 +82,8 @@ services:
|
||||
cpus: '0.1'
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
driver: local
|
||||
# postgres_data:
|
||||
# driver: local
|
||||
nginx_logs:
|
||||
driver: local
|
||||
|
||||
|
||||
@@ -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