Files
web2.0-frontend/docker-compose.yml
T
2018-08-14 20:53:19 +03:00

11 lines
207 B
YAML

version: '3'
services:
web-frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
ports:
- "3000:8080"
volumes:
- ./src:/app/src
network_mode: "host"