Add Dockerfile with go:latest
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user