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