diff --git a/docker-compose.yml b/docker-compose.yml index b984ce0..a84d468 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,15 +59,8 @@ services: networks: - vending-network depends_on: - backend: - condition: service_healthy + - backend restart: always - healthcheck: - test: ["CMD-SHELL", "test -f /usr/share/nginx/html/index.html || exit 1"] - interval: 30s - timeout: 10s - retries: 5 - start_period: 60s networks: vending-network: