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