Files
watermaps/deploy/systemd/watermaps-certbot-renew.service
BuTzZ 2064570913
Test and publish container images / test (push) Successful in 2m43s
Test and publish container images / publish (push) Successful in 2m56s
Automate immutable production deployments
2026-07-29 13:00:50 +02:00

14 lines
501 B
Desktop File

[Unit]
Description=Watermaps Let's-Encrypt-Zertifikat erneuern
Wants=network-online.target
After=network-online.target docker.service watermaps-volume-setup.service
Requires=docker.service
RequiresMountsFor=/srv/watermaps-data
[Service]
Type=oneshot
WorkingDirectory=/opt/watermaps/current
Environment=WATERMAPS_ENV_FILE=/opt/watermaps/deploy/.env.production
Environment=WATERMAPS_IMAGES_ENV_FILE=/opt/watermaps/deploy/.env.images
ExecStart=/opt/watermaps/current/deploy/scripts/renew-certificate.sh