Skip to content
Snippets Groups Projects
Commit 6e8cfcbe authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update Postgres image and explicitly set timezone

parent c4a3bf19
No related branches found
No related tags found
No related merge requests found
Pipeline #2071 passed
......@@ -20,7 +20,7 @@ services:
- POSTGRES_PASSWORD=aura
postgres:
image: postgres:13.6-bullseye
image: postgres:13.7-bullseye
container_name: steering-postgres
volumes:
- postgres_data:/var/lib/postgresql/data
......@@ -28,6 +28,7 @@ services:
- POSTGRES_USER=steering
- POSTGRES_PASSWORD=aura
- POSTGRES_DB=steering
- TZ=Europe/Vienna
expose:
- "5432"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment