20 lines
424 B
Text
20 lines
424 B
Text
[Unit]
|
|
Description=ATProto Personal Data Server
|
|
|
|
[Container]
|
|
Image=ghcr.io/bluesky-social/pds:latest
|
|
ContainerName=pds
|
|
EnvironmentFile=/etc/containers/systemd/pds/.env.secrets
|
|
EnvironmentFile=/etc/containers/systemd/pds/.env
|
|
PublishPort=127.0.0.1:24318:3000
|
|
Volume=/var/containers/pds/data:/pds:Z
|
|
# Security
|
|
NoNewPrivileges=true
|
|
DropCapability=ALL
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|