Skip to content

Commit

Permalink
test: add commented out pgadmin container to sentry docker-compose fo…
Browse files Browse the repository at this point in the history
…r postgres browsing
  • Loading branch information
MLenterman committed Sep 6, 2023
1 parent e210682 commit bb42fbc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.sentry.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ services:
volumes:
- sentry-postgres-data:/var/lib/postgresql/data

# sentry-pgadmin:
# image: dpage/pgadmin4:${PGADMIN_VERSION:-latest}
# user: root
# depends_on:
# - sentry-postgres
# ports:
# - 5050:80
# environment:
# PGADMIN_DEFAULT_EMAIL: admin@wearefrank.nl
# PGADMIN_DEFAULT_PASSWORD: admin
# # volumes:
# # - sentry-postgres-data:/var/lib/pgadmin
# networks:
# - sentry-backend

sentry:
image: sentry:${SENTRY_VERSION:-latest}
depends_on:
Expand Down

0 comments on commit bb42fbc

Please sign in to comment.