some basics for the good bois

This commit is contained in:
piecka 2025-02-26 10:57:14 +01:00
parent ceb343f038
commit 0b3bcc5be6
11 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,12 @@
services:
flame:
image: pawelmalak/flame
container_name: flame
volumes:
- ./data:/app/data
# - /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
ports:
- 5005:5005
environment:
- PASSWORD=supersecurepassword
restart: unless-stopped