Skip to content

Commit

Permalink
remove postgres update from MR
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 29, 2023
1 parent eea5612 commit b13b2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- postgres_prod

postgres_prod:
image: postgres:15-alpine
image: postgres:12-alpine
# Pass config parameters to the postgres server.
# Find more information below when you need to generate the ssl-relevant file your self
# command: -c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- postgres

postgres:
image: postgres:15-alpine
image: postgres:12-alpine
environment:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_DB: ${POSTGRES_DB:-teammapper-backend-dev}
Expand Down

0 comments on commit b13b2af

Please sign in to comment.