Files
web2.0-frontend/stack-compose-dev.yml
T
Aarni Halinen a60bb6bb83 Revert "restart policy unless-stopped"
This reverts commit 9dc92240eb.
2021-03-31 00:01:11 +03:00

12 lines
224 B
YAML

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