this repo has no description
1[Unit]
2Description=BSPDS postgres database
3[Container]
4ContainerName=bspds-db
5Image=docker.io/library/postgres:18-alpine
6Pod=bspds.pod
7Environment=POSTGRES_USER=bspds
8Environment=POSTGRES_DB=pds
9Secret=bspds-db-password,type=env,target=POSTGRES_PASSWORD
10Volume=/srv/bspds/postgres:/var/lib/postgresql/data:Z
11HealthCmd=pg_isready -U bspds -d pds
12HealthInterval=10s
13HealthTimeout=5s
14HealthRetries=5
15HealthStartPeriod=10s
16[Service]
17Restart=always
18RestartSec=10
19[Install]
20WantedBy=default.target