12 lines
234 B
YAML
12 lines
234 B
YAML
services:
|
|
poseidon:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "7200:7200"
|
|
network_mode: host
|
|
volumes:
|
|
- ./configuration.yaml:/go/src/app/configuration.yaml
|
|
restart: unless-stopped
|