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