This commit is contained in:
Brieuc Dubois 2024-01-03 04:52:09 +01:00
parent 0c8b41e261
commit cb469f99c0
5 changed files with 10 additions and 3 deletions

View File

@ -6,6 +6,8 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- PORT=24587
- TZ=Europe/Paris
volumes:
- /etc/localtime:/etc/localtime:ro
- $DATA/honeypots/ssh-honeypot:/app/data:rw
network_mode: host

View File

@ -15,7 +15,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.wikijs.rule=Host(`wiki.bhasher.com`)"
- "traefik.http.routers.wikijs.entrypoints=internalsecure"
- "traefik.http.routers.wikijs.entrypoints=internalsecure,externalsecure"
- "traefik.http.services.wikijs.loadbalancer.server.port=3000"
- "traefik.http.routers.wikijs.tls=true"
- "traefik.http.routers.wikijs.tls.certresolver=http"

View File

@ -6,7 +6,9 @@ server:
port: 9091
log:
level: info
level: warn
file_path: /logs/authelia.log
#format: json
totp:
disable: false

View File

@ -84,7 +84,8 @@ services:
- 'traefik.http.middlewares.authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
volumes:
- $CONFIG/idp/authelia.configuration.yaml:/config/configuration.yml:ro
- $DATA/authelia:/secrets:ro
- $DATA/authelia/secrets:/secrets:ro
- $DATA/authelia/logs:/logs:rw
networks:
- auth
- storage

View File

@ -11,6 +11,8 @@ services:
volumes:
- $DATA/fail2ban:/data
- $DATA/vaultwarden:/remotelogs/vaultwarden:ro
- $DATA/honeypots/ssh-honeypot:/remotelogs/ssh-honeypot:ro
- $DATA/authelia/logs:/remotelogs/authelia:ro
- type: bind
source: /home/shp/.ssh/mkrouter
target: /ssh-key/mkrouter