cleaned up env files

This commit is contained in:
2024-01-18 19:36:43 -06:00
parent 9264a8a3bb
commit 450d7d4aa9
11 changed files with 31 additions and 17 deletions
+1
View File
@@ -1,6 +1,7 @@
#GLOBAL SETTINGS
COMPOSE_HTTP_TIMEOUT=120
COMPOSE_IGNORE_ORPHANS=1
DOCKER_CONFIGS=.
DOCKERGID=999
DOCKERHOSTNAME=ProxyServer
DOCKERLOGGING_MAXFILE=10
+5 -5
View File
@@ -12,7 +12,7 @@ services:
- 9091:9091
restart: always
volumes:
- ./authelia/config:/config
- ${DOCKER_CONFIGS}/authelia/config:/config
goaccess:
container_name: goaccess
@@ -34,7 +34,7 @@ services:
- 7880:7880
restart: always
volumes:
- ./nginxproxymanager/data/logs:/opt/log
- ${DOCKER_CONFIGS}/nginxproxymanager/data/logs:/opt/log
nginxproxymanager:
container_name: nginxproxymanager
@@ -50,9 +50,9 @@ services:
- 81:81/tcp
restart: always
volumes:
- ./nginxproxymanager/data:/data
- ./nginxproxymanager/letsencrypt:/etc/letsencrypt
- ./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: