12 lines
282 B
Bash
12 lines
282 B
Bash
DATABASE_URL="postgresql://user:password@db:5432/mydb?schema=public"
|
|
|
|
POSTGRES_DB=mydb
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASS=password
|
|
POSTGRES_PORT=32676
|
|
|
|
NUXT_SESSION_PASSWORD=# openssl rand -base64 32
|
|
|
|
REDIS_PORT=6379
|
|
NUXT_REDIS_HOST=redis
|
|
NUXT_REDIS_PASSWORD=# openssl rand -base64 32 |