diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..55bd49a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,27 @@ +services: + newt: + image: fosrl/newt + container_name: newt + restart: unless-stopped + networks: + - bragi-local + environment: + - PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu + - NEWT_ID=yogqsqz240z1kgr + - NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933 + + hawser: + image: ghcr.io/finsys/hawser:latest + container_name: hawser + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /opt/hawser-stacks:/opt/hawser-stacks + environment: + - STACKS_DIR=/opt/hawser-stacks + - DOCKHAND_SERVER_URL=wss://${SERVER_URL}/api/hawser/connect + - TOKEN=${TOKEN} + + +networks: + bragi-local: + external: true% \ No newline at end of file