Update compose.yaml
This commit is contained in:
@@ -4,8 +4,24 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/hawser-stacks:/opt/hawser-stacks
|
||||
networks:
|
||||
- hydra-local
|
||||
environment:
|
||||
- STACKS_DIR=/opt/hawser-stacks
|
||||
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
|
||||
- TOKEN=${TOKEN}
|
||||
image: ghcr.io/finsys/hawser:latest
|
||||
|
||||
|
||||
databasement:
|
||||
networks:
|
||||
- hydra-local
|
||||
environment:
|
||||
- DATABASEMENT_URL=http://data.doeringer.eu
|
||||
- DATABASEMENT_AGENT_TOKEN=${TOKEN}
|
||||
container_name: databasement-agent
|
||||
image: davidcrty/databasement:latest
|
||||
|
||||
networks:
|
||||
hydra-local:
|
||||
external: true
|
||||
Reference in New Issue
Block a user