Files
web2.0-frontend/stack-compose.yml
T
2021-03-30 23:22:02 +03:00

14 lines
278 B
YAML

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