Compare commits
2 Commits
4a993cbe15
...
ccd229a466
Author | SHA1 | Date |
---|---|---|
Matthieu Lamalle | ccd229a466 | |
Matthieu Lamalle | d2bb13d2bb |
|
@ -1,14 +1,7 @@
|
|||
version: "2.4"
|
||||
services:
|
||||
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:-}
|
||||
image: reg.cadoles.com/cadoles/goweb-oidc-test
|
||||
environment:
|
||||
- LOG_LEVEL=0
|
||||
- HTTP_ADDRESS=0.0.0.0:3002
|
||||
|
|
Loading…
Reference in New Issue