Compare commits
No commits in common. "ccd229a4663fd6c18ac8ca353d8a5e5cfda60228" and "4a993cbe1565f417a0e61226072c102c1ddb1d08" have entirely different histories.
ccd229a466
...
4a993cbe15
@ -1,7 +1,14 @@
|
|||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
oidc-test:
|
oidc-test:
|
||||||
image: reg.cadoles.com/cadoles/goweb-oidc-test
|
build:
|
||||||
|
context: ./
|
||||||
|
dockerfile: ./misc/dokku/Dockerfile
|
||||||
|
args:
|
||||||
|
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||||
|
- HTTPS_PROXY=${HTTPS_PROXY:-}
|
||||||
|
- http_proxy=${http_proxy:-}
|
||||||
|
- https_proxy=${https_proxy:-}
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=0
|
- LOG_LEVEL=0
|
||||||
- HTTP_ADDRESS=0.0.0.0:3002
|
- HTTP_ADDRESS=0.0.0.0:3002
|
||||||
|
Loading…
Reference in New Issue
Block a user