Refactor docker-compose files

This commit is contained in:
2022-08-29 14:37:55 +03:00
parent 7b0636312c
commit 9c051ed370
28 changed files with 624 additions and 700 deletions

20
flame/docker-compose.yml Normal file
View File

@@ -0,0 +1,20 @@
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