fix: docker service depends_on
This commit is contained in:
parent
30f7ae1e07
commit
4fdd12e9a3
@ -28,10 +28,18 @@ services:
|
||||
command: ["serve"]
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
- postgres
|
||||
- minio
|
||||
- rabbitmq
|
||||
|
||||
worker:
|
||||
<<: *app-common
|
||||
command: ["worker"]
|
||||
depends_on:
|
||||
- postgres
|
||||
- minio
|
||||
- rabbitmq
|
||||
|
||||
postgres:
|
||||
image: postgis/postgis:17-3.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user