mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.24
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user