Add hawser
This commit is contained in:
parent
64674a411a
commit
d6598776df
2 changed files with 19 additions and 0 deletions
8
hawser/docker-compose.yaml
Normal file
8
hawser/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
hawser:
|
||||
image: ghcr.io/finsys/hawser:v0.2.42@sha256:79f926e8d8fe31c0dfe90858f90b69bfd4cfbb113472605620b91a4b444dd557
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${HAWSER_STACKS:-/opt/hawser-stacks}:${HAWSER_STACKS:-/opt/hawser-stacks}
|
||||
env_file: .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue