[Container]
Image=docker.io/library/postgres:16
AutoUpdate=registry
Network=oxitraffic.network
Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z

EnvironmentFile=%h/volumes/oxitraffic/.postgres.env
Environment=TZ=Europe/Berlin
Environment=PGTZ=Europe/Berlin

[Service]
Restart=always

[Install]
WantedBy=default.target