mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:48:34 +01:00
change: use atlantis hub instead of heimdall
This commit is contained in:
10
roles/docker-deployments/templates/atlantis-hub.yaml
Normal file
10
roles/docker-deployments/templates/atlantis-hub.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
atlantis-hub:
|
||||
image: registry.atlantishq.de/atlantis-hub:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 6011:5000
|
||||
volumes:
|
||||
- /data/atlantis-hub/config.yaml:/app/config.yaml
|
||||
- /data/atlantis-hub/static-icons/:/app/static/icons/
|
||||
- /data/atlantis-hub/sqlite-instance/:/app/instance/
|
||||
- /data/atlantis-hub/static-cache/:/app/static/cache/
|
||||
Reference in New Issue
Block a user