Compare commits
7 Commits
pkg/stable
...
dist/debia
Author | SHA1 | Date | |
---|---|---|---|
43d3d72011 | |||
475b237bad | |||
ccd229a466 | |||
4a993cbe15 | |||
d2bb13d2bb | |||
7303ed2439 | |||
b5c0711778 |
4
debian/mse-oidc-demo.service
vendored
4
debian/mse-oidc-demo.service
vendored
@ -7,9 +7,9 @@ StartLimitInterval=0
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/srv/mse-oidc-demo/
|
||||
ExecStart=docker-compose up
|
||||
ExecStart=/usr/bin/docker-compose up
|
||||
ExecStop=/usr/bin/docker-compose down
|
||||
Restart=always
|
||||
StartLimitIntervalSec=0
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -5,6 +5,9 @@
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with systemd
|
||||
|
||||
override_dh_auto_build:
|
||||
|
||||
override_dh_auto_test:
|
||||
|
||||
override_dh_build:
|
||||
|
@ -1,24 +1,17 @@
|
||||
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
|
||||
- OIDC_CLIENT_ID=local-test
|
||||
- OIDC_CLIENT_SECRET=local-test
|
||||
- OIDC_ISSUER_URL=https://msedev.crous-toulouse.fr/auth/
|
||||
- OIDC_ISSUER_URL=
|
||||
- OIDC_REDIRECT_URL=http://localhost:3002
|
||||
- OIDC_POST_LOGOUT_REDIRECT_URL=http://localhost:3002
|
||||
- OIDC_ACR_VALUES=
|
||||
ports:
|
||||
- 3002:3002
|
||||
- 80:3002
|
||||
network_mode: host
|
||||
|
||||
|
Reference in New Issue
Block a user