13 lines
272 B
YAML
13 lines
272 B
YAML
services:
|
|
poseidon:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "7200:7200"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
volumes:
|
|
- ./configuration.yaml:/go/src/app/configuration.yaml
|
|
restart: unless-stopped
|