Add deploy_hawser.yml task to deploy Hawser container
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
- name: Deploy Hawser
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Launch command deploy hawser
|
||||
shell: docker run -d --name hawser --restart=always -e TOKEN=KfJsfEbp1AVqMu0yRIcc7qL1kGpQkYyPKFf10PPcIRayvrcxX9JCMKU85u3ltHpD -v /var/run/docker.sock:/var/run/docker.sock -v hawser_stacks:/data/stacks -p 2376:2376 ghcr.io/finsys/hawser:latest
|
||||
Reference in New Issue
Block a user