11 lines
204 B
Bash
11 lines
204 B
Bash
|
|
PUID=70
|
|
PGID=70
|
|
TZ=Africa/Johannesburg
|
|
|
|
POSTGRES_DB_PORT=${MEALIE_DB_PORT}
|
|
POSTGRES_DB_FILE=${MEALIE_DB_FILE}
|
|
POSTGRES_USER_FILE=${MEALIE_DB_USER_FILE}
|
|
POSTGRES_PASSWORD_FILE=${MEALIE_DB_PASSWORD_FILE}
|
|
|