Compare commits

4 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
7303ed2439 update rules and systemd 2023-04-03 17:15:11 +02:00
3 changed files with 4 additions and 11 deletions

View File

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

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
dh $@
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