Archived
moved data out of repo
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
**/data/
|
||||
**/db/
|
||||
**/database/
|
||||
#apps/nextcloud/config/
|
||||
crowdsec/config/
|
||||
#**/.env
|
||||
#!monitoring/node-red/data/
|
||||
#apps/stockfill/
|
||||
#apps/shift-recorder/
|
||||
|
||||
#!apps/searxng/
|
||||
#apps/searxng/*
|
||||
uptime-kuma/
|
||||
#!apps/searxng/Dockerfile
|
||||
#!apps/searxng/docker-compose.yml
|
||||
#venv/
|
||||
#core/authelia/users_database.yml
|
||||
#monitoring/influxdb/*
|
||||
#!monitoring/influxdb/docker-compose.yml
|
||||
secrets/*
|
||||
!secrets/.env.secrets.example
|
||||
!.env.example
|
||||
traefik/certs/*
|
||||
!traefik/certs/.gitkeep
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
4b038f45274958f6842193628a92df32f983c7162713d7fc
|
||||
@@ -4,6 +4,8 @@ DOMAIN=lan.ddnsgeek.com
|
||||
TZ=Australia/Brisbane
|
||||
EMAIL=wayne.bennett@live.com
|
||||
|
||||
DATA_ROOT=/home/raspi/docker-data
|
||||
|
||||
# Docker Socket Proxy
|
||||
DOCKER_SOCKET_PROXY_LOG_LEVEL=info
|
||||
DOCKER_SOCKET_PROXY_HOST=tcp://docker-socket-proxy:2375
|
||||
|
||||
+7
-7
@@ -16,7 +16,7 @@ services:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ${PROJECT_ROOT}/traefik/letsencrypt:/letsencrypt
|
||||
- ${DATA_ROOT}/traefik/letsencrypt:/letsencrypt
|
||||
- ${PROJECT_ROOT}/traefik/traefik.yml:/etc/traefik/traefik.yml:ro
|
||||
- ${PROJECT_ROOT}/traefik/dynamic.yml:/etc/traefik/dynamic.yml:ro
|
||||
- ${PROJECT_ROOT}/traefik/certs:/etc/traefik/certs:ro
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
environment:
|
||||
DOCKER_HOST: ${DOCKER_SOCKET_PROXY_HOST}
|
||||
volumes:
|
||||
- ${PROJECT_ROOT}/uptime-kuma:/app/data
|
||||
- ${DATA_ROOT}/uptime-kuma:/app/data
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- proxy
|
||||
@@ -83,10 +83,10 @@ services:
|
||||
environment:
|
||||
- COLLECTIONS=${CROWDSEC_COLLECTIONS}
|
||||
volumes:
|
||||
- ${PROJECT_ROOT}/data/logs:/logs:ro
|
||||
- ${PROJECT_ROOT}/crowdsec/data:/var/lib/crowdsec/data
|
||||
- ${DATA_ROOT}/crowdsec/logs:/logs:ro
|
||||
- ${DATA_ROOT}/crowdsec/data:/var/lib/crowdsec/data
|
||||
# - ${PROJECT_ROOT}/crowdsec/config:/etc/crowdsec
|
||||
- ${PROJECT_ROOT}/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
||||
- ${DATA_ROOT}/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
||||
- ${PROJECT_ROOT}/crowdsec/profiles.yaml:/etc/crowdsec/profiles.yaml
|
||||
|
||||
networks:
|
||||
@@ -205,8 +205,8 @@ services:
|
||||
restart: always
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./beszel/agent:/var/lib/beszel-agent
|
||||
- ./beszel/socket:/beszel_socket
|
||||
- ${DATA_ROOT}/beszel/agent:/var/lib/beszel-agent
|
||||
- ${DATA_ROOT}/beszel/socket:/beszel_socket
|
||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
LISTEN: /beszel_socket/beszel.sock
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user