24 lines
509 B
Plaintext
24 lines
509 B
Plaintext
[Unit]
|
|
Description=Gitea DB Server
|
|
|
|
[Container]
|
|
Pod=gitea.pod
|
|
ContainerName=gitea-db
|
|
Image=docker.io/library/postgres:17.2-bookworm
|
|
|
|
# Environment=POSTGRES_PASSWORD=
|
|
# Environment=POSTGRES_USER=
|
|
# Environment=POSTGRES_DB=
|
|
EnvironmentFile=/mnt/data/containers/gitea/.env.gitea-db
|
|
|
|
Volume=/mnt/data/containers/gitea/postgresql:/var/lib/postgresql/data
|
|
Volume=/etc/timezone:/etc/timezone:ro
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|