Files
web2.0-frontend/stack-compose.yml
T
2019-11-09 01:14:00 +02:00

16 lines
319 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
environment:
API_URL: ${API_URL}