added and modified env

This commit is contained in:
2023-10-19 15:07:06 -05:00
parent 946f5a6656
commit 444531b4b7
4 changed files with 57 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ services:
- 9091:9091
restart: always
volumes:
- ${DOCKERCONFIGS}/authelia/config:/config
- ${DOCKER_CONFIGS}/authelia/config:/config
crowdsec:
container_name: crowdsec
@@ -23,11 +23,11 @@ services:
- 6260:6060
restart: always
volumes:
- ${DOCKERCONFIGS}/crowdsec/config:/etc/crowdsec
- ${DOCKERCONFIGS}/crowdsec/config/acquis.d:/etc/crowdsec/acquis.d
- ${DOCKERCONFIGS}/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml
- ${DOCKERCONFIGS}/crowdsec/data:/var/lib/crowdsec/data
- ${DOCKERCONFIGS}/nginxproxymanager/data/logs:/logs/nginx:ro
- ${DOCKER_CONFIGS}/crowdsec/config:/etc/crowdsec
- ${DOCKER_CONFIGS}/crowdsec/config/acquis.d:/etc/crowdsec/acquis.d
- ${DOCKER_CONFIGS}/crowdsec/config/acquis.yaml:/etc/crowdsec/acquis.yaml
- ${DOCKER_CONFIGS}/crowdsec/data:/var/lib/crowdsec/data
- ${DOCKER_CONFIGS}/nginxproxymanager/data/logs:/logs/nginx:ro
- /var/log/auth.log:/logs/auth.log:ro
- /var/log/syslog:/logs/syslog:ro
@@ -43,9 +43,9 @@ services:
- 81:81/tcp
restart: always
volumes:
- ${DOCKERCONFIGS}/nginxproxymanager/data:/data
- ${DOCKERCONFIGS}/nginxproxymanager/letsencrypt:/etc/letsencrypt
- ${DOCKERCONFIGS}/nginxproxymanager/snippets:/snippets:ro
- ${DOCKER_CONFIGS}/nginxproxymanager/data:/data
- ${DOCKER_CONFIGS}/nginxproxymanager/letsencrypt:/etc/letsencrypt
- ${DOCKER_CONFIGS}/nginxproxymanager/snippets:/snippets:ro
- /etc/localtime:/etc/localtime:ro
networks: