fix: docker service depends_on

This commit is contained in:
Bakhtiyar Issakhmetov 2026-06-28 00:44:15 +05:00
parent 30f7ae1e07
commit 4fdd12e9a3

View File

@ -28,10 +28,18 @@ services:
command: ["serve"] command: ["serve"]
ports: ports:
- "8080:8080" - "8080:8080"
depends_on:
- postgres
- minio
- rabbitmq
worker: worker:
<<: *app-common <<: *app-common
command: ["worker"] command: ["worker"]
depends_on:
- postgres
- minio
- rabbitmq
postgres: postgres:
image: postgis/postgis:17-3.5 image: postgis/postgis:17-3.5