This commit is contained in:
2026-03-01 12:16:12 +02:00
parent 76eb53aedf
commit b4cb809f2e
5 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "2"
services:
bender:
image: jez500/bender
#To build from source, comment previous line and uncomment below
#build: .
container_name: bender
volumes:
- /gurulandia/data/docker/bender/assets/:/app/static
ports:
- 53004:8080
user: 1000:1000 # default
environment:
- INIT_ASSETS=1 # default
restart: unless-stopped