mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-16 08:44:43 +00:00
Update for public docker hub build images
This commit is contained in:
parent
c3ad00d193
commit
bc4d14a4f0
3 changed files with 13 additions and 4 deletions
|
|
@ -5,9 +5,12 @@ services:
|
|||
|
||||
db:
|
||||
environment:
|
||||
POSTGRES_DB: "t2_stats"
|
||||
POSTGRES_USER: "dev"
|
||||
POSTGRES_PASSWORD: "dev"
|
||||
POSTGRES_DB: "t2_stats"
|
||||
volumes:
|
||||
- ./build/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||
- ./build/postgres/export_local_db.sh:/export_local_db.sh
|
||||
|
||||
|
||||
parser:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue