23 lines
448 B
INI
23 lines
448 B
INI
[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
|