BLOG-85 feat: Dockerfile add environment variables for Redis and OIDC configuration
All checks were successful
Frontend CI / build (push) Successful in 1m19s
All checks were successful
Frontend CI / build (push) Successful in 1m19s
This commit is contained in:
parent
a9655edff6
commit
64cad463cd
@ -21,4 +21,11 @@ ENV DATABASE_PORT=5432
|
|||||||
ENV DATABASE_USER=postgres
|
ENV DATABASE_USER=postgres
|
||||||
ENV DATABASE_PASSWORD=
|
ENV DATABASE_PASSWORD=
|
||||||
ENV DATABASE_NAME=postgres
|
ENV DATABASE_NAME=postgres
|
||||||
|
ENV REIDS_URL=redis://127.0.0.1:6379
|
||||||
|
ENV SESSION_KEY='64-bytes-hex-string-which-can-be-generated-by-`openssl rand -hex 64`'
|
||||||
|
ENV OIDC_ISSUER_URL=
|
||||||
|
ENV OIDC_REDIRECT_URL=
|
||||||
|
ENV OIDC_CLIENT_ID=
|
||||||
|
ENV OIDC_CLIENT_SECRET=
|
||||||
|
|
||||||
CMD ["./server"]
|
CMD ["./server"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user