working on recipe

This commit is contained in:
2025-12-18 15:32:08 -05:00
parent 5ab7f0d499
commit 0dd75d5395
+5 -7
View File
@@ -16,6 +16,7 @@ x-common-env: &common-env
LOGGING_LEVEL_LOGGERS_APP: LOGGING_LEVEL_LOGGERS_APP:
# Python # Python
PYTHONPATH: /app PYTHONPATH: /app
PYLINTHOME: /app/.pylint.d
# Mail # Mail
DJANGO_EMAIL_BRAND_NAME: DJANGO_EMAIL_BRAND_NAME:
DJANGO_EMAIL_HOST: DJANGO_EMAIL_HOST:
@@ -78,10 +79,10 @@ services:
app: app:
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
image: drive:frontend-development image: drive:frontend-development
volumes: # volumes:
- ./src/frontend/:/home/frontend/ # - ./src/frontend/:/home/frontend/
- /home/frontend/node_modules # - /home/frontend/node_modules
- /home/frontend/apps/drive/node_modules # - /home/frontend/apps/drive/node_modules
networks: networks:
- backend - backend
deploy: deploy:
@@ -100,8 +101,6 @@ services:
user: ${DOCKER_USER:-1000} user: ${DOCKER_USER:-1000}
image: drive:backend-development image: drive:backend-development
environment: environment:
- PYLINTHOME=/app/.pylint.d
- DJANGO_CONFIGURATION=Development
<<: [ *common-env, *postgres-env ] <<: [ *common-env, *postgres-env ]
# volumes: # volumes:
# - ./src/backend:/app # - ./src/backend:/app
@@ -132,7 +131,6 @@ services:
- lasuite - lasuite
command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ] command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ]
environment: environment:
- DJANGO_CONFIGURATION=Development
<<: [*common-env, *postgres-env] <<: [*common-env, *postgres-env]
# volumes: # volumes:
# - ./src/backend:/app # - ./src/backend:/app