Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

24
flame/compose.yaml Normal file
View File

@@ -0,0 +1,24 @@
volumes:
data:
name: flame_data
external: true
secrets:
password:
file: /mnt/data/docker/secrets/flame_password
services:
flame:
image: pawelmalak/flame:multiarch
container_name: flame
volumes:
- data:/app/data
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
ports:
- 5005:5005
secrets:
- password
environment:
- PASSWORD=flame_password
- PASSWORD_FILE=/run/secrets/password
restart: unless-stopped