mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
added volume for celery
This commit is contained in:
parent
54653380ec
commit
0502988739
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,8 @@ services:
|
|||
env_file:
|
||||
- ./.env.docker
|
||||
entrypoint: ./entrypoint_celery.sh
|
||||
volumes:
|
||||
- ./media/:/app/app/static/media/
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
|
@ -27,7 +29,6 @@ services:
|
|||
env_file:
|
||||
- ./.env.docker
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- ./.gunicorn.conf.py:/app/gunicorn.conf.py
|
||||
- ./media/:/app/app/static/media/
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue