15 lines
361 B
Text
15 lines
361 B
Text
[Container]
|
|
Image=docker.io/library/postgres:17
|
|
AutoUpdate=registry
|
|
Network=collective-score-rust.network
|
|
Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z
|
|
|
|
EnvironmentFile=%h/volumes/collective-score-rust/.postgres.env
|
|
Environment=TZ=Europe/Berlin
|
|
Environment=PGTZ=Europe/Berlin
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|