Update docker-compose.yml

This commit is contained in:
2025-10-24 22:38:27 +08:00
parent 78310b8134
commit da35a343e5

View File

@@ -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: