Files
web2.0-frontend/stack-compose-dev.yml
T
2020-07-15 20:44:04 +03:00

14 lines
276 B
YAML

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