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