self-hosted/flame/docker-compose.yml

17 lines
275 B
YAML
Raw Normal View History

2023-01-10 21:02:53 +01:00
version: '3.7'
2022-08-02 19:51:14 +02:00
services:
flame:
image: pawelmalak/flame
container_name: flame
2023-01-10 21:02:53 +01:00
init: true
restart: unless-stopped
2022-08-02 19:51:14 +02:00
volumes:
2023-01-10 21:02:53 +01:00
- flame:/app/data
2022-08-02 19:51:14 +02:00
- /var/run/docker.sock:/var/run/docker.sock
environment:
2023-01-10 21:02:53 +01:00
- PASSWORD
volumes:
flame: {}