fix: docker service depends_on
This commit is contained in:
parent
30f7ae1e07
commit
4fdd12e9a3
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user