ssl enforce
This commit is contained in:
@@ -7,6 +7,9 @@ services:
|
||||
- "${API_HOST_PORT:-8030}:${PORT:-3030}"
|
||||
environment:
|
||||
PORT: ${PORT:-3030}
|
||||
PUBLIC_API_URL: ${PUBLIC_API_URL:-https://dune.api.coppnic.cc}
|
||||
PUBLIC_UI_URL: ${PUBLIC_UI_URL:-https://ui.dune.api.coppnic.cc}
|
||||
FORCE_HTTPS: ${FORCE_HTTPS:-true}
|
||||
MONGODB_URI: ${MONGODB_URI}
|
||||
MONGODB_DB: ${MONGODB_DB:-duneawa}
|
||||
MAX_PAGES: ${MAX_PAGES:-}
|
||||
|
||||
Reference in New Issue
Block a user