Add Dockerfile with go:latest

This commit is contained in:
Christoph Walther
2024-07-16 14:27:18 +02:00
parent f9fc4f918e
commit 1dace08128
2 changed files with 39 additions and 0 deletions

11
docker-compose.yml Normal file
View File

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