some basics for the good bois
This commit is contained in:
parent
ceb343f038
commit
0b3bcc5be6
11 changed files with 143 additions and 0 deletions
12
coolApps/flame/compose.yml
Normal file
12
coolApps/flame/compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue