@ -6,4 +6,6 @@ Digital infrastructure for collaboration on projects
`__zolder` contains try-outs that were discarded or rachived for some reason
The authelia setup is based on this write-up https://matwick.ca/authelia-nginx-sso/
@ -0,0 +1,27 @@
version: '3.3'
services:
authelia:
image: authelia/authelia
# image: authelia/authelia:4.31
volumes:
- ./authelia:/config
ports:
- 9091:9091
restart: unless-stopped
healthcheck:
disable: true
environment:
- TZ=Europe/Amsterdam
depends_on:
- redis
redis:
image: redis:alpine
container_name: redis_authelia
- ./redis:/data
expose:
- 6379
@ -4,6 +4,10 @@ desearch.cc {
file_server
}
auth.desearch.cc {
reverse_proxy localhost:9091
worklog.desearch.cc {
reverse_proxy localhost:8055