first commit
This commit is contained in:
parent
591667f0f7
commit
ab1777ac50
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@ certs
|
|||||||
# Ignore log files
|
# Ignore log files
|
||||||
logs/*.log
|
logs/*.log
|
||||||
*.log
|
*.log
|
||||||
|
*.gz
|
||||||
# Ignore acme.json (contains sensitive certificate data)
|
# Ignore acme.json (contains sensitive certificate data)
|
||||||
acme.json
|
acme.json
|
||||||
|
|
||||||
|
@ -76,4 +76,6 @@ labels:
|
|||||||
- "traefik.http.routers.ghost.middlewares=cloudflarewarp@file,crowdsec@file,compress-middleware@file"
|
- "traefik.http.routers.ghost.middlewares=cloudflarewarp@file,crowdsec@file,compress-middleware@file"
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
- "traefik.docker.network=traefik_default"
|
- "traefik.docker.network=traefik_default"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
I expose the access.log for crowdsec firewall to read.
|
Loading…
x
Reference in New Issue
Block a user