feat(Postgres): Add configuration of PUID and PGID

This commit is contained in:
Simon 2021-11-23 22:06:30 +01:00
parent 9793ae506d
commit 04388d48f0
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ services:
POSTGRES_USER: ${POSTGRES_USER:?err}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?err}
POSTGRES_DB: ${POSTGRES_DB:?err}
PUID: ${POSTGRES_PUID:-1000}
PGID: ${POSTGRES_PGID:-1000}
volumes:
- postgres:/var/lib/postgresql/data
- /etc/timezone:/etc/timezone:ro