mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
Realtime Dashboard Update & Event Broadcasting
This commit is contained in:
parent
2f1225992f
commit
0346cd756c
14 changed files with 440 additions and 51 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue