Compare commits
1 Commits
master
...
116b71f7c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 116b71f7c2 |
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,10 +1,12 @@
|
||||
**/*
|
||||
!.gitignore
|
||||
.env
|
||||
|
||||
!README.md
|
||||
!docker-compose.yaml
|
||||
traefik/acme.json
|
||||
traefik/certs/
|
||||
traefik/traefik.log
|
||||
traefik/config/old.yaml
|
||||
|
||||
!traefik/traefik.yaml
|
||||
!traefik/config/*
|
||||
authelia/db.sqlite3
|
||||
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
|
||||
|
||||
- [SSH entrypoint](/thomas/docker-ssh/)
|
||||
- [Home Automation](/thomas/docker-ha/)
|
||||
- [GIT server](/thomas/docker-git/)
|
||||
- [Plex media server](/thomas/docker-plex/)
|
||||
[SSH entrypoint](/thomas/docker-ssh/)
|
||||
[Home Automation](/thomas/docker-ha/)
|
||||
[GIT server](/thomas/docker-git/)
|
||||
[Plex media server](/thomas/docker-plex/)
|
||||
@@ -43,7 +43,6 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./traefik:/data
|
||||
- /var/log/traefik:/log
|
||||
healthcheck:
|
||||
# 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.
|
||||
@@ -113,19 +112,6 @@ services:
|
||||
traefik.http.routers.dozzle.tls.certResolver: le
|
||||
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:
|
||||
# The following three labels are always needed. Make sure to replace <SERVICE> with a unique name
|
||||
|
||||
@@ -15,9 +15,6 @@ log:
|
||||
level: INFO
|
||||
# level: DEBUG
|
||||
|
||||
accessLog:
|
||||
filePath: /log/access.log
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: :80
|
||||
|
||||
Reference in New Issue
Block a user