24 lines
534 B
Plaintext
24 lines
534 B
Plaintext
[Unit]
|
|
Description=Stirling PDF - DB
|
|
|
|
[Container]
|
|
Pod=stirling-pdf.pod
|
|
ContainerName=stirling-pdf-db
|
|
Image=docker.io/postgres:16-alpine
|
|
|
|
# Environment=POSTGRES_PASSWORD=
|
|
# Environment=POSTGRES_USER=
|
|
# Environment=POSTGRES_DB=
|
|
EnvironmentFile=/mnt/data/containers/stirling-pdf/.env.stirling-pdf-db
|
|
|
|
Volume=/mnt/data/containers/stirling-pdf/postgresql:/var/lib/postgresql/data
|
|
Volume=/etc/timezone:/etc/timezone:ro
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|