mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
Disable PGHero service
This commit is contained in:
parent
59d0cc198d
commit
c8402074b4
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue