Files
web2.0-frontend/stack-compose-dev.yml
T
2021-01-16 00:24:18 +02: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