🪑 Added deps to threetwo-ui
This commit is contained in:
@@ -9,6 +9,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
- "3050:3050"
|
- "3050:3050"
|
||||||
|
depends_on:
|
||||||
|
- queue
|
||||||
|
- reverse-proxy
|
||||||
|
- threetwo-import-api
|
||||||
|
- import
|
||||||
|
- image-transformation
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
@@ -113,7 +119,7 @@ services:
|
|||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
container_name: proxy
|
container_name: reverse-proxy
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user