coreos-home-server/service/gotosocial/quadlet/gotosocial.container

21 lines
530 B
Plaintext
Raw Normal View History

2023-08-13 13:13:07 +00:00
[Unit]
Description=GoToSocial ActivityPub Server
Wants=container-build@%N.service container-volume@%N.service
After=container-build@%N.service container-volume@%N.service
[Container]
AutoUpdate=local
2023-08-13 13:13:07 +00:00
ContainerName=%N
EnvironmentFile=%E/coreos-home-server/%N/%N.env
HealthCmd=timeout 5s curl --fail --silent --show-error -o /dev/null localhost:8080/api/v2/instance
2023-08-13 13:13:07 +00:00
Image=localhost/%N:latest
Network=internal
PodmanArgs=--sdnotify=healthy
2023-08-13 13:13:07 +00:00
Volume=%N:/var/lib/%N:z
[Service]
Restart=on-failure
[Install]
WantedBy=multi-user.target