Adds firefly and homebox, replaces nginx-proxy/acme-companion with acme
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[Unit]
|
||||
Description=ACME container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=acme
|
||||
Environment=TZ=Europe/Zurich
|
||||
Exec=daemon
|
||||
Image=ghcr.io/acmesh-official/acme.sh:latest
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=nginx.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=nginx-certs.volume:/etc/nginx/certs:z
|
||||
Volume=nginx-html.volume:/usr/share/nginx/html
|
||||
Volume=acme.volume:/acme.sh
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user