11 lines
207 B
YAML
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" |