mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-16 08:44:43 +00:00
init
This commit is contained in:
commit
05bb43acde
79 changed files with 16983 additions and 0 deletions
17
docker-compose.override.yml
Normal file
17
docker-compose.override.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: "3.7"
|
||||
|
||||
# Service Definitions
|
||||
services:
|
||||
|
||||
app:
|
||||
command: go run /app/main.go
|
||||
environment:
|
||||
DATABASE_URL: "postgres://dev:dev@db:5432/t2_stats"
|
||||
volumes:
|
||||
- ./app/t2-stats:/app
|
||||
|
||||
db:
|
||||
environment:
|
||||
POSTGRES_USER: "dev"
|
||||
POSTGRES_PASSWORD: "dev"
|
||||
POSTGRES_DB: "t2_stats"
|
||||
Loading…
Add table
Add a link
Reference in a new issue