Fix docker-compose
This commit is contained in:
parent
1a965b9034
commit
5af507ea82
@ -97,8 +97,10 @@ services:
|
|||||||
image: openslides-manage-dev
|
image: openslides-manage-dev
|
||||||
depends_on:
|
depends_on:
|
||||||
- auth
|
- auth
|
||||||
- datastore
|
- datastore-writer
|
||||||
env_file: services.env
|
env_file: services.env
|
||||||
|
ports:
|
||||||
|
- "8001:8001"
|
||||||
message-bus:
|
message-bus:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
haproxy:
|
haproxy:
|
||||||
|
@ -177,7 +177,7 @@ services:
|
|||||||
image: MANAGE_IMAGE
|
image: MANAGE_IMAGE
|
||||||
depends_on:
|
depends_on:
|
||||||
- auth
|
- auth
|
||||||
- datastore
|
- datastore-writer
|
||||||
env_file: services.env
|
env_file: services.env
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c4947e9668b9e8caef49f88fe9e89658f80f5a1b
|
Subproject commit 4cdf78ae0478e09b6db2740703856285bd0d82f3
|
Loading…
Reference in New Issue
Block a user