mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Merge pull request 'fix/docker-improvements' (#66) from saint/pyfedi:fix/docker-improvements into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/66 Reviewed-by: rimu <rimu@noreply.codeberg.org>
This commit is contained in:
commit
5aeabcca8e
2 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,8 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.docker
|
- ./.env.docker
|
||||||
entrypoint: ./entrypoint_celery.sh
|
entrypoint: ./entrypoint_celery.sh
|
||||||
|
volumes:
|
||||||
|
- ./media/:/app/app/static/media/
|
||||||
web:
|
web:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
@ -27,7 +29,6 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.docker
|
- ./.env.docker
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/app/.env
|
|
||||||
- ./.gunicorn.conf.py:/app/gunicorn.conf.py
|
- ./.gunicorn.conf.py:/app/gunicorn.conf.py
|
||||||
- ./media/:/app/app/static/media/
|
- ./media/:/app/app/static/media/
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -14,3 +14,5 @@ CACHE_REDIS_URL='redis://localhost:6379/1'
|
||||||
BOUNCE_HOST=''
|
BOUNCE_HOST=''
|
||||||
BOUNCE_USERNAME=''
|
BOUNCE_USERNAME=''
|
||||||
BOUNCE_PASSWORD=''
|
BOUNCE_PASSWORD=''
|
||||||
|
|
||||||
|
FLASK_APP=pyfedi.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue