mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Merge pull request #25 from fnmeyer/main
Noticed some docker-compose issues
This commit is contained in:
commit
d57cbaafb4
4 changed files with 19 additions and 5 deletions
13
.pre-commit-config.yaml
Normal file
13
.pre-commit-config.yaml
Normal file
|
@ -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
|
|
@ -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