From 0d9fbf5f709b58eb1904fa9fa790387a62d288c3 Mon Sep 17 00:00:00 2001 From: Alexandra Dunn Date: Mon, 18 Jul 2022 13:52:11 -0700 Subject: [PATCH] dassie: update pg image, use admin user to install pg extensions --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 326c983195..5b3b00ecf3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: