Realtime Dashboard Update & Event Broadcasting
Some checks are pending
Docker Image Build and Push / build_self_hosted (push) Waiting to run
Docker Image Build and Push / build_github_hosted_fallback (push) Blocked by required conditions

This commit is contained in:
ChrispyBacon-dev 2025-10-06 11:22:30 +02:00
parent 2f1225992f
commit 0346cd756c
14 changed files with 440 additions and 51 deletions

View file

@ -5,6 +5,8 @@ services:
image: tecnativa/docker-socket-proxy:v0.4.1
container_name: docker-socket-proxy
restart: unless-stopped
logging:
driver: "none" # Minimize the logs, remove for verbose
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
- CONTAINERS=1
@ -78,6 +80,8 @@ services:
container_name: dockflare-redis
restart: unless-stopped
command: ["redis-server", "--save", "", "--appendonly", "no"]
logging:
driver: "none" # less logs, remove for verbose / more logs
volumes:
- dockflare_redis:/data
networks: