mirror of
https://github.com/deadcxap/init_scripts.git
synced 2026-07-02 05:43:40 +03:00
feat: update caddy proxy command
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
|||||||
caddy.forward_auth: tinyauth:3000
|
caddy.forward_auth: tinyauth:3000
|
||||||
caddy.forward_auth.uri: /api/auth/caddy
|
caddy.forward_auth.uri: /api/auth/caddy
|
||||||
caddy.forward_auth.copy_headers: Remote-User Remote-Name Remote-Email Remote-Groups
|
caddy.forward_auth.copy_headers: Remote-User Remote-Name Remote-Email Remote-Groups
|
||||||
command: ["caddy","docker-proxy","--watch","--docker-host","unix:///var/run/docker.sock"]
|
command: ["caddy","docker-proxy","--docker-sockets","unix:///var/run/docker.sock"]
|
||||||
|
|
||||||
tinyauth:
|
tinyauth:
|
||||||
image: ghcr.io/steveiliop56/tinyauth:v3
|
image: ghcr.io/steveiliop56/tinyauth:v3
|
||||||
|
|||||||
Reference in New Issue
Block a user