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"
|
- "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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue