Compare commits

3 Commits

Author SHA1 Message Date
ccd229a466 Merge branch 'master' into dist/debian/bullseye/master 2023-04-03 17:20:10 +02:00
4a993cbe15 update rules 2023-04-03 17:19:53 +02:00
d2bb13d2bb update compose 2023-04-03 17:19:18 +02:00
2 changed files with 2 additions and 9 deletions

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
dh $@ --with-systemd
dh $@ --with systemd
override_dh_auto_build:

View File

@ -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