20 lines
454 B
Text
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
|