Update docker-compose.yml
This commit is contained in:
@@ -15,18 +15,18 @@ services:
|
||||
networks:
|
||||
- tutorotp
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
- PGHOST=postgres
|
||||
- PGPORT=5432
|
||||
- PGUSER=tutorotp
|
||||
- PGPASSWORD=
|
||||
- PGDATABASE=tutorotp
|
||||
- ACTIVATION_CODE=
|
||||
- OIDC_WELL_KNOWN_URL=
|
||||
- CLIENT_ID=
|
||||
- CLIENT_SECRET=
|
||||
- COOKIE_SECRET=
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
PGHOST: postgres
|
||||
PGPORT: 5432
|
||||
PGUSER: tutorotp
|
||||
PGPASSWORD:
|
||||
PGDATABASE: tutorotp
|
||||
ACTIVATION_CODE:
|
||||
OIDC_WELL_KNOWN_URL:
|
||||
CLIENT_ID:
|
||||
CLIENT_SECRET:
|
||||
COOKIE_SECRET:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user