notesnook: update depends for swarm-cd

This commit is contained in:
2025-10-05 23:54:49 +02:00
parent 95a883ea27
commit 669a74a1a0

View File

@@ -56,9 +56,6 @@ services:
networks: networks:
- notesnook - notesnook
command: --replSet rs0 --bind_ip_all command: --replSet rs0 --bind_ip_all
depends_on:
validate:
condition: service_completed_successfully
healthcheck: healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh mongodb://localhost:27017 --quiet test: echo 'db.runCommand("ping").ok' | mongosh mongodb://localhost:27017 --quiet
interval: 40s interval: 40s
@@ -97,9 +94,6 @@ services:
- s3data:/data/s3 - s3data:/data/s3
environment: environment:
MINIO_BROWSER: "on" MINIO_BROWSER: "on"
depends_on:
validate:
condition: service_completed_successfully
env_file: *env-files env_file: *env-files
command: server /data/s3 --console-address :9090 command: server /data/s3 --console-address :9090
healthcheck: healthcheck:
@@ -266,9 +260,6 @@ services:
- AUTOHEAL_INTERVAL=60 - AUTOHEAL_INTERVAL=60
- AUTOHEAL_START_PERIOD=300 - AUTOHEAL_START_PERIOD=300
- AUTOHEAL_DEFAULT_STOP_TIMEOUT=10 - AUTOHEAL_DEFAULT_STOP_TIMEOUT=10
depends_on:
validate:
condition: service_completed_successfully
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks: networks: