mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
16 lines
286 B
YAML
16 lines
286 B
YAML
version: "3.7"
|
|
|
|
# Service Definitions
|
|
services:
|
|
|
|
app:
|
|
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" |