Skip to content

Commit

Permalink
backout compose updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dtam committed Sep 18, 2024
1 parent 4fa1b4e commit 04884ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
profiles: ["all", "db", "infra"]
image: ankane/pgvector
environment:
POSTGRES_USER: admin
POSTGRES_PASSWORD: admin
POSTGRES_USER: ${PGUSER:-postgres}
POSTGRES_PASSWORD: ${PGPASSWORD:-changeme}
POSTGRES_DATA: /data/postgres
volumes:
- ./postgres:/data/postgres
Expand All @@ -21,7 +21,7 @@ services:
- "8088:80"
environment:
PGADMIN_DEFAULT_EMAIL: "${PGUSER:-postgres}@guardrails.com"
PGADMIN_DEFAULT_PASSWORD: admin
PGADMIN_DEFAULT_PASSWORD: ${PGPASSWORD:-changeme}
PGADMIN_SERVER_JSON_FILE: /var/lib/pgadmin/servers.json
# FIXME: Copy over server.json file and create passfile
volumes:
Expand Down

0 comments on commit 04884ae

Please sign in to comment.