Files
matrix-synapse-quadlets/postgres.container
T
2025-04-16 20:13:39 +02:00

14 lines
335 B
INI

[Unit]
Description=Docker
[Container]
Image=docker.io/postgres:alpine
Pod=synapse.pod
Volume=postgres.volume:/var/lib/postgresql/data
Environment=POSTGRES_USER=synapse
Environment=POSTGRES_PASSWORD=changeme
Environment=POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
Network=synapse.network
[Service]
Restart=always