working on recipe

This commit is contained in:
2025-12-18 15:32:08 -05:00
parent 5ab7f0d499
commit 0dd75d5395

View File

@ -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