Files
homelab/podman/graduated/gitea/quadlets/postgres.container
ducoterra 9417e711a9
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
the great migration from truenas to fedora and all its collatoral
2025-04-08 12:40:42 -04:00

14 lines
307 B
Plaintext

[Container]
ContainerName=postgres
Environment=POSTGRES_USER=gitea POSTGRES_PASSWORD=gitea POSTGRES_DB=gitea
Image=docker.io/library/postgres:15
Network=gitea.network
SecurityLabelDisable=true
Volume=/home/gitea/postgres:/var/lib/postgresql/data
[Service]
Restart=always
[Install]
WantedBy=default.target