19 lines
379 B
YAML
Executable File
19 lines
379 B
YAML
Executable File
services:
|
|
tutorotp:
|
|
build: .
|
|
image: pinlin/tutorotp:latest
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PORT=3000
|
|
- PGHOST=
|
|
- PGPORT=5432
|
|
- PGUSER=tutorotp
|
|
- PGPASSWORD=
|
|
- PGDATABASE=tutorotp
|
|
- ACTIVATION_CODE=
|
|
- OIDC_WELL_KNOWN_URL=
|
|
- CLIENT_ID=
|
|
- CLIENT_SECRET=
|
|
- COOKIE_SECRET=
|
|
restart: always
|