mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
[Unit]
|
|
Description=TrashPoss PostgreSQL container
|
|
[Container]
|
|
Image=docker.io/postgres:15-alpine
|
|
ContainerName=trashposs_db
|
|
HostName=db
|
|
Network=trashposs.network
|
|
EnvironmentFile=%h/services/trashposs/.config/docker.env
|
|
Volume=%h/services/trashposs/db:/var/lib/postgresql/data:Z
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
[Install]
|
|
WantedBy=trashposs-web.service
|