Skip to content

Commit

Permalink
dassie: update pg image, use admin user to install pg extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 24, 2023
1 parent 3cb83da commit 0d9fbf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ services:
- hyrax

postgres:
image: postgres:latest
image: bitnami/postgresql:14.4.0
restart: always
environment:
- POSTGRES_USER=hyrax_user
- POSTGRES_PASSWORD=hyrax_password
- POSTGRESQL_PASSWORD=hyrax_super
- POSTGRES_DB=hyrax
- POSTGRES_HOST_AUTH_METHOD=trust
ports:
Expand Down

0 comments on commit 0d9fbf5

Please sign in to comment.