Files
web2.0-frontend/stack-compose.yml
T
SimeonPursiainen 80a961d1f9 fix stack compose
2025-09-01 19:15:28 +03:00

13 lines
223 B
YAML

version: "3.4"
services:
frontend:
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:prod
deploy:
replicas: 1
update_config:
order: start-first
ports:
- 3000:3000