removing replicas

This commit is contained in:
SimeonPursiainen
2025-09-01 18:42:42 +03:00
parent a854de921b
commit db8c8ea2b9
+2 -9
View File
@@ -1,16 +1,9 @@
version: "3.4"
services:
frontend: frontend:
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:prod image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:prod
deploy: deploy:
replicas: 2 # TEMP 2 for testing replicas: 1
update_config: update_config:
order: start-first order: start-first
ports: ports:
- 3000:3000 - 3000:3000
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 10s
timeout: 3s
retries: 3