Files
polyphem/docker-compose.yml
2024-08-12 10:02:36 +02:00

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