This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/.disabled/flame/docker-compose.yml
2023-10-28 14:30:26 +01:00

19 lines
322 B
YAML

services:
flame:
image: pawelmalak/flame
restart: unless-stopped
volumes:
- /home/nick/configs/flame:/app/data
environment:
- UID=1000
- GID=1000
- PASSWORD=${FLAME_PASSWORD}
networks:
- default
- routing
networks:
routing:
external: true
name: routing