diff --git a/docker-compose.yml b/docker-compose.yml index 8ec28bd..8ddcf5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,12 +33,7 @@ services: networks: - occto_network command: server /data --console-address ":9001" - healthcheck: - test: ["CMD-SHELL", "timeout 5s bash -c ':> /dev/tcp/127.0.0.1/9000' || exit 1"] - interval: 10s - timeout: 5s - retries: 5 - start_period: 10s + restart: unless-stopped frontend: build: @@ -60,8 +55,6 @@ services: depends_on: postgres: condition: service_healthy - minio: - condition: service_healthy networks: - occto_network restart: unless-stopped