local dev pg tz
This commit is contained in:
parent
0bad2fbb81
commit
bc7be9708d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres:18-bookworm
|
image: postgres:18-bookworm
|
||||||
environment:
|
environment:
|
||||||
|
TZ: "Europe/Rome"
|
||||||
|
PGTZ: "Europe/Rome"
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_DB: ${POSTGRES_DB}
|
POSTGRES_DB: ${POSTGRES_DB}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue