fix pipe closed issue, and a lot of other stuff

This commit is contained in:
Zoe
2024-12-14 02:49:05 -06:00
parent 7689999413
commit de22bd20c9
23 changed files with 1032 additions and 795 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
daemon:
build: .
container_name: fluxd
ports:
- "5647:5647"
- "7465:7465"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "fluxd-data:/var/fluxd"
restart: unless-stopped
network_mode: host
volumes:
fluxd-data:
driver: local