Disable PGHero service

This commit is contained in:
Anthony Mineo 2021-04-30 22:02:11 -04:00
parent 59d0cc198d
commit c8402074b4

View file

@ -12,7 +12,7 @@ services:
volumes: volumes:
- ./build/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d - ./build/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./build/postgres/export_local_db.sh:/export_local_db.sh - ./build/postgres/export_local_db.sh:/export_local_db.sh
- ./build/postgres/postgresql.conf:/var/lib/postgresql/data/postgresql.conf # - ./build/postgres/postgresql.conf:/var/lib/postgresql/data/postgresql.conf
parser: parser:
environment: environment:
@ -41,15 +41,15 @@ services:
- builtincontainer:/opt/node_app/app/dist - builtincontainer:/opt/node_app/app/dist
pghero: # pghero:
image: ankane/pghero # image: ankane/pghero
ports: # ports:
- "9999:8080" # - "9999:8080"
environment: # environment:
DATABASE_URL: "postgres://dev:dev@db:5432/t2_stats" # DATABASE_URL: "postgres://dev:dev@db:5432/t2_stats"
networks: # networks:
- internal # - internal
- external # - external