mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 08:32:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
certificate-manager:
|
||||
image: registry.atlantishq.de/certificate-manager:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 6000:5000
|
||||
volumes:
|
||||
- /data/certificate-manager/:/app/data/
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
environment:
|
||||
- SQLITE_LOCATION=sqlite:////app/data/sqlite.db
|
||||
Reference in New Issue
Block a user