1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2020-07-07 20:48:21 +10:00
parent 2c4c68975a
commit 368f3cba37
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
FROM python:3.6.8-alpine
RUN pip install --upgrade pip
RUN pip install flower==0.9.5
RUN pip install redis

View File

@ -31,6 +31,7 @@ services:
- "856:80" - "856:80"
volumes: volumes:
- filebrowser-data:/etc - filebrowser-data:/etc
- ./volumes/filebrowser-data:/srv/filebrowser-data
networks: networks:
- medicine-network - medicine-network
logging: logging:
@ -52,7 +53,7 @@ services:
--max_tasks=500 --max_tasks=500
build: build:
context: ./ context: ./
dockerfile: ./Dockerfile-flower dockerfile: ./Dockerfiles/Dockerfile-flower
external_links: external_links:
- "redis:redis-host" - "redis:redis-host"
networks: networks: