Skip to content

Commit 6c42449

Browse files
committed
Experiment: Does removing dependency checks make a difference?
1 parent 607d265 commit 6c42449

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,12 @@ services:
196196
ports:
197197
- "${ANMS_UI_HTTP_PORT:-9030}:9030"
198198
- "${ANMS_UI_HTTPS_PORT:-9443}:9443"
199-
depends_on:
200-
redis:
201-
condition: service_healthy
202-
postgres:
203-
condition: service_healthy
199+
# EXPERIMENTAL: Does anms-ui still show in list of pending containers without dependencies?
200+
# depends_on:
201+
# redis:
202+
# condition: service_healthy
203+
# postgres:
204+
# condition: service_healthy
204205
environment:
205206
ENV_UI_VERSION: ${ANMS_VERSION}
206207
NET_BIND_INTERFACE: "0.0.0.0"

0 commit comments

Comments
 (0)