fix docker-compose issues
This commit is contained in:
parent
9fce2b0d5e
commit
80915a7289
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../.env
|
|
@ -41,5 +41,6 @@ services:
|
|||
- "traefik.http.services.frigate.loadbalancer.server.port=5000"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
||||
proxy:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue