11 lines
167 B
Bash
11 lines
167 B
Bash
POSTGRES_DB=no_copy_db
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_HOST=postgres
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
|
|
SERVER_PORT=8080
|