Compare commits
1 Commits
master
...
116b71f7c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 116b71f7c2 |
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,10 +1,12 @@
|
|||||||
**/*
|
.env
|
||||||
!.gitignore
|
|
||||||
|
|
||||||
!README.md
|
traefik/acme.json
|
||||||
!docker-compose.yaml
|
traefik/certs/
|
||||||
|
traefik/traefik.log
|
||||||
|
traefik/config/old.yaml
|
||||||
|
|
||||||
!traefik/traefik.yaml
|
authelia/db.sqlite3
|
||||||
!traefik/config/*
|
authelia/notification.txt
|
||||||
|
authelia/users_database.yml
|
||||||
|
|
||||||
!authelia/configuration.yaml
|
homer/
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ A bridge network for containers that shall be accessible by web interface. Route
|
|||||||
|
|
||||||
# Docker-compose pieces that depend on this
|
# Docker-compose pieces that depend on this
|
||||||
|
|
||||||
- [SSH entrypoint](/thomas/docker-ssh/)
|
[SSH entrypoint](/thomas/docker-ssh/)
|
||||||
- [Home Automation](/thomas/docker-ha/)
|
[Home Automation](/thomas/docker-ha/)
|
||||||
- [GIT server](/thomas/docker-git/)
|
[GIT server](/thomas/docker-git/)
|
||||||
- [Plex media server](/thomas/docker-plex/)
|
[Plex media server](/thomas/docker-plex/)
|
||||||
@@ -43,7 +43,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./traefik:/data
|
- ./traefik:/data
|
||||||
- /var/log/traefik:/log
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
# Sometimes, traefik loses connection to authelia. The only thing that works then is a restart, handled by autoheal.
|
# Sometimes, traefik loses connection to authelia. The only thing that works then is a restart, handled by autoheal.
|
||||||
# I haven't checked for quite a while if this is still a problem, but might as well leave it in there.
|
# I haven't checked for quite a while if this is still a problem, but might as well leave it in there.
|
||||||
@@ -113,19 +112,6 @@ services:
|
|||||||
traefik.http.routers.dozzle.tls.certResolver: le
|
traefik.http.routers.dozzle.tls.certResolver: le
|
||||||
traefik.http.routers.dozzle.middlewares: auth@file
|
traefik.http.routers.dozzle.middlewares: auth@file
|
||||||
|
|
||||||
analytics:
|
|
||||||
image: gregyankovoy/goaccess
|
|
||||||
volumes:
|
|
||||||
- ./analytics:/config
|
|
||||||
- /var/log/traefik:/opt/log
|
|
||||||
networks:
|
|
||||||
web:
|
|
||||||
labels:
|
|
||||||
traefik.enable: true
|
|
||||||
traefik.http.routers.analytics.rule: Host(`analytics.${PRIVATE_DOMAIN}`)
|
|
||||||
traefik.http.routers.analytics.tls.certResolver: le
|
|
||||||
traefik.http.routers.analytics.middlewares: auth@file
|
|
||||||
|
|
||||||
|
|
||||||
# labels:
|
# labels:
|
||||||
# The following three labels are always needed. Make sure to replace <SERVICE> with a unique name
|
# The following three labels are always needed. Make sure to replace <SERVICE> with a unique name
|
||||||
|
|||||||
@@ -15,9 +15,6 @@ log:
|
|||||||
level: INFO
|
level: INFO
|
||||||
# level: DEBUG
|
# level: DEBUG
|
||||||
|
|
||||||
accessLog:
|
|
||||||
filePath: /log/access.log
|
|
||||||
|
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: :80
|
address: :80
|
||||||
|
|||||||
Reference in New Issue
Block a user