added poseidon with aws to k8s changes
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user