🐛 FIX: Depend on Postgress
This commit is contained in:
@@ -48,9 +48,6 @@ services:
|
||||
# - "3400:3400"
|
||||
# - "9615:9615"
|
||||
# - "587:587" # Email Port
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- "asset-data:/usr/src/app/packages/dev-server/assets"
|
||||
- "/opt/containers/phx/server_custom:/usr/src/app/packages/dev-server/custom"
|
||||
@@ -68,9 +65,6 @@ services:
|
||||
- "SUPER_ADMIN_USER_PASSWORD=${SUPER_ADMIN_USER_PASSWORD}"
|
||||
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
||||
command: [ "npm", "run", "start:worker" ]
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
# - "/opt/containers/phx/assets:/usr/src/app/packages/dev-server/custo/assets"
|
||||
# - "asset-data:/usr/src/app/packages/dev-server/assets"
|
||||
|
||||
Reference in New Issue
Block a user