mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 07:20:19 +00:00
fix docker-compose issues
This commit is contained in:
parent
9fce2b0d5e
commit
80915a7289
3 changed files with 6 additions and 5 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
security_opt:
|
||||
- no-new-privileges:true
|
||||
networks:
|
||||
proxy:
|
||||
proxy:
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
@ -39,8 +39,7 @@ services:
|
|||
- "traefik.http.routers.traefik-secure.tls.domains[0].main=yourdomain.co.uk"
|
||||
- "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.yourdomain.co.uk"
|
||||
- "traefik.http.routers.traefik-secure.service=api@internal"
|
||||
- "traefik.http.routers.api.middlewares=authelia@docker
|
||||
|
||||
- "traefik.http.routers.api.middlewares=authelia@docker"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
|
1
Authentik/Web-Proxies/.env
Symbolic link
1
Authentik/Web-Proxies/.env
Symbolic link
|
@ -0,0 +1 @@
|
|||
../.env
|
|
@ -41,5 +41,6 @@ services:
|
|||
- "traefik.http.services.frigate.loadbalancer.server.port=5000"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
||||
proxy:
|
||||
external: true
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
|
Loading…
Reference in a new issue