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/flame/docker-compose.yml
2023-02-02 14:09:14 +02:00

21 lines
403 B
YAML

version: '3.9'
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