mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:18:33 +01:00
feat: openvpn & cert manager
This commit is contained in:
9
roles/openvpn/templates/certificate-manager.yaml
Normal file
9
roles/openvpn/templates/certificate-manager.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
certificate-manager:
|
||||
image: registry.atlantishq.de/certificate-manager:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 5000:5000
|
||||
volumes:
|
||||
- /data/certificate-manager/:/app/data/
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
Reference in New Issue
Block a user