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

18 lines
384 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]
ContainerName=%N
EnvironmentFile=%E/coreos-home-server/%N/%N.env
Image=localhost/%N:latest
Network=internal
Volume=%N:/var/lib/%N:z
[Service]
Restart=on-failure
[Install]
WantedBy=multi-user.target