This commit is contained in:
RGJorge
2026-05-08 02:19:45 +00:00
parent 9e1dadafe7
commit 1ee37368bd
23 changed files with 1321 additions and 147 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
containerflow:
build: .
ports:
- "${EXTERNAL_PORT:-9470}:9470"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- containerflow-data:/app/data
environment:
- DATA_DIR=/app/data
env_file: .env
restart: unless-stopped
deploy:
resources:
limits:
cpus: "0.15"
memory: 256M
volumes:
containerflow-data: