main
pipistrello 2023-12-18 10:08:28 +03:00
parent bc75637fec
commit 7b8af89d96
1 changed files with 19 additions and 0 deletions

19
flame/docker-compose.yaml Normal file
View File

@ -0,0 +1,19 @@
version: '2.1'
services:
flame:
image: pawelmalak/flame:latest
container_name: flame
volumes:
- /mnt/containers/flame/container-data:/app/data:Z
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
#ports:
# - 5005:5005
environment:
- PASSWORD=${FLAME_PASSWORD}
restart: unless-stopped
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true