Merge pull request #25 from fnmeyer/main
Noticed some docker-compose issues
This commit is contained in:
commit
d57cbaafb4
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.5.0
|
||||||
|
hooks:
|
||||||
|
- id: check-symlinks
|
||||||
|
- id: destroyed-symlinks
|
||||||
|
- id: detect-aws-credentials
|
||||||
|
args: [--allow-missing-credentials]
|
||||||
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
||||||
|
rev: v3.0.1
|
||||||
|
hooks:
|
||||||
|
- id: docker-compose-check
|
|
@ -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].main=yourdomain.co.uk"
|
||||||
- "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.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.traefik-secure.service=api@internal"
|
||||||
- "traefik.http.routers.api.middlewares=authelia@docker
|
- "traefik.http.routers.api.middlewares=authelia@docker"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../.env
|
|
@ -41,5 +41,6 @@ services:
|
||||||
- "traefik.http.services.frigate.loadbalancer.server.port=5000"
|
- "traefik.http.services.frigate.loadbalancer.server.port=5000"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
|
|
||||||
proxy:
|
networks:
|
||||||
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue