update app: use custom requirements and other docker-compose adaptations
This commit is contained in:
@@ -41,13 +41,14 @@ services:
|
||||
- ./vendor/GeoNature-citizen/backend/var/log/:/home/appuser/citizen/backend/var/log/
|
||||
- ./patches/settings.ini:/home/appuser/citizen/config/settings.ini
|
||||
- ./patches/settings.ini:/home/appuser/citizen/backend/config/settings.ini
|
||||
- ./patches/back/default_config.toml:/home/appuser/citizen/config/default_config.toml
|
||||
- ./patches/back/default_config.toml:/home/appuser/citizen/config/config.toml
|
||||
- ./patches/back/start_gunicorn.sh:/home/appuser/citizen/backend/start_gunicorn.sh
|
||||
- ./patches/back/wsgi.py:/home/appuser/citizen/backend/wsgi.py
|
||||
- ./patches/back/server.py:/home/appuser/citizen/backend/server.py
|
||||
ports:
|
||||
- "5002:5002"
|
||||
command: bash start_gunicorn.sh
|
||||
#command: bash start_gunicorn.sh
|
||||
command: python wsgi.py
|
||||
taxhub:
|
||||
build:
|
||||
dockerfile: ./Dockerfile-taxhub
|
||||
|
Reference in New Issue
Block a user