🐛 FIX: Depend on Postgress

This commit is contained in:
Yuri-Lima
2023-08-24 15:56:14 +00:00
parent 97113cba93
commit e00b7aea5b

View File

@@ -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"