10 lines
208 B
YAML
10 lines
208 B
YAML
services:
|
|
frontend:
|
|
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:latest
|
|
deploy:
|
|
replicas: 1
|
|
update_config:
|
|
order: start-first
|
|
ports:
|
|
- 3000:3000
|