Skip to content

Commit 3896b3f

Browse files
authored
Merge pull request #78 from jayanth-kumar-morem/pg_watch
warpsql/docker-compose: Added pgwatch2 service
2 parents 44b5ed4 + 32a52ed commit 3896b3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ services:
3333
# HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey
3434
HASURA_GRAPHQL_MIGRATIONS_DISABLE_TRANSACTION: "true"
3535
HASURA_GRAPHQL_CONSOLE_ASSETS_DIR: /srv/console-assets
36+
37+
pgwatch2:
38+
image: cybertec/pgwatch2-postgres:latest
39+
ports:
40+
- "3000:3000"
41+
environment:
42+
PW2_ADHOC_CONN_STR: "postgresql://timescaledb:postgrespassword@timescaledb:5432/postgres?sslmode=disable"
43+
depends_on:
44+
- "timescaledb"
45+
restart: always

0 commit comments

Comments
 (0)