Initialize
This commit is contained in:
18
docker-compose.yml
Executable file
18
docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user