podbox/quadlets/maxun/maxun-postgres.container
2025-04-12 19:45:52 -05:00

20 lines
326 B
Text

[Unit]
Description=Maxun postgres
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/postgres:13
ContainerName=maxun-postgres
AutoUpdate=registry
Network=maxun.network
HostName=maxun-postgres
PublishPort=5432:5432
Volume=maxun-postgres:/var/lib/postgresql/data