synth.download/beeper/etc/containers/systemd/postgresql/postgresql.container
2025-12-30 00:54:29 +07:00

20 lines
454 B
Text

[Unit]
Description=PostgreSQL Database
[Container]
Image=groonga/pgroonga:latest-alpine-17
EnvironmentFile=/var/containers/postgresql/.env
Network=postgresql.network
HealthCmd=pg_isready -U postgres -d postgres
HealthInterval=40s
HealthTimeout=3s
HealthRetries=20
Volume=/var/containers/postgresql/db:/var/lib/postgresql/data:z
Volume=/var/containers/postgresql/exp:/mnt/exp:z
[Service]
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target