diff --git a/stack-compose.yml b/stack-compose.yml index 6f90d05..2230b57 100644 --- a/stack-compose.yml +++ b/stack-compose.yml @@ -1,16 +1,9 @@ -version: "3.4" - -services: frontend: image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:prod deploy: - replicas: 2 # TEMP 2 for testing + replicas: 1 update_config: order: start-first ports: - 3000:3000 - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000"] - interval: 10s - timeout: 3s - retries: 3 +