pass
This commit is contained in:
parent
2c4c68975a
commit
368f3cba37
|
|
@ -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
|
||||
|
|
@ -31,6 +31,7 @@ services:
|
|||
- "856:80"
|
||||
volumes:
|
||||
- filebrowser-data:/etc
|
||||
- ./volumes/filebrowser-data:/srv/filebrowser-data
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
|
|
@ -52,7 +53,7 @@ services:
|
|||
--max_tasks=500
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile-flower
|
||||
dockerfile: ./Dockerfiles/Dockerfile-flower
|
||||
external_links:
|
||||
- "redis:redis-host"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue