add poseidon to docker compose

This commit is contained in:
Christoph Walther
2024-07-16 14:48:58 +02:00
parent ca84202168
commit eead6e8914

View File

@ -49,6 +49,14 @@ services:
- app
restart: always
poseidon:
ports:
- "7200:7200"
network_mode: host
volumes:
- ./configuration.yaml:/go/src/app/configuration.yaml
restart: unless-stopped
volumes:
db_data:
config: