update compose
This commit is contained in:
parent
927fdbce47
commit
d2bb13d2bb
|
@ -1,14 +1,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
oidc-test:
|
oidc-test:
|
||||||
build:
|
image: reg.cadoles.com/cadoles/goweb-oidc-test
|
||||||
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