working on recipe
This commit is contained in:
12
compose.yml
12
compose.yml
@ -16,6 +16,7 @@ x-common-env: &common-env
|
||||
LOGGING_LEVEL_LOGGERS_APP:
|
||||
# Python
|
||||
PYTHONPATH: /app
|
||||
PYLINTHOME: /app/.pylint.d
|
||||
# Mail
|
||||
DJANGO_EMAIL_BRAND_NAME:
|
||||
DJANGO_EMAIL_HOST:
|
||||
@ -78,10 +79,10 @@ services:
|
||||
app:
|
||||
user: "${DOCKER_USER:-1000}"
|
||||
image: drive:frontend-development
|
||||
volumes:
|
||||
- ./src/frontend/:/home/frontend/
|
||||
- /home/frontend/node_modules
|
||||
- /home/frontend/apps/drive/node_modules
|
||||
# volumes:
|
||||
# - ./src/frontend/:/home/frontend/
|
||||
# - /home/frontend/node_modules
|
||||
# - /home/frontend/apps/drive/node_modules
|
||||
networks:
|
||||
- backend
|
||||
deploy:
|
||||
@ -100,8 +101,6 @@ services:
|
||||
user: ${DOCKER_USER:-1000}
|
||||
image: drive:backend-development
|
||||
environment:
|
||||
- PYLINTHOME=/app/.pylint.d
|
||||
- DJANGO_CONFIGURATION=Development
|
||||
<<: [ *common-env, *postgres-env ]
|
||||
# volumes:
|
||||
# - ./src/backend:/app
|
||||
@ -132,7 +131,6 @@ services:
|
||||
- lasuite
|
||||
command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ]
|
||||
environment:
|
||||
- DJANGO_CONFIGURATION=Development
|
||||
<<: [*common-env, *postgres-env]
|
||||
# volumes:
|
||||
# - ./src/backend:/app
|
||||
|
||||
Reference in New Issue
Block a user