Refactor docker-compose files
This commit is contained in:
20
flame/docker-compose.yml
Normal file
20
flame/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user