We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b5ed4 + 32a52ed commit 3896b3fCopy full SHA for 3896b3f
docker-compose.yml
@@ -33,3 +33,13 @@ services:
33
# HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey
34
HASURA_GRAPHQL_MIGRATIONS_DISABLE_TRANSACTION: "true"
35
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