Fix gpaste service file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-22 09:59:16 +01:00
parent 5906946be7
commit 879ddf46a2

View File

@ -12,9 +12,9 @@ ExecStartPre=-/usr/bin/docker rm gpaste
ExecStartPre=-/usr/bin/docker pull registry.t-juice.club/gpaste:latest ExecStartPre=-/usr/bin/docker pull registry.t-juice.club/gpaste:latest
ExecStart=/usr/bin/docker run \ ExecStart=/usr/bin/docker run \
-l "traefik.enable=true" \ -l "traefik.enable=true" \
-l "traefik.http.routers.gitea.rule=Host(`paste.t-juice.club`)" \ -l "traefik.http.routers.gpaste.rule=Host(`paste.t-juice.club`)" \
-l "traefik.http.routers.gitea.tls=true" \ -l "traefik.http.routers.gpaste.tls=true" \
-l "traefik.http.routers.gitea.tls.certresolver=le" \ -l "traefik.http.routers.gpaste.tls.certresolver=le" \
--network proxy \ --network proxy \
--name gpaste registry.t-juice.club/gpaste:latest --name gpaste registry.t-juice.club/gpaste:latest