Skip to content

Commit

Permalink
move log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 27, 2024
1 parent 01ffd13 commit 6f6aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ x-airflow-common:
AIRFLOW_VAR_DEV_LIMIT: ${AIRFLOW_VAR_DEV_LIMIT}
AIRFLOW_VAR_DATA_DIR: /data
volumes:
- /opt/app/rialto/shared/logs:/opt/airflow/logs
- /opt/app/rialto/logs:/opt/airflow/logs
- /opt/app/rialto/current/rialto_airflow:/opt/airflow/rialto_airflow
user: "${AIRFLOW_UID:-50000}:${AIRFLOW_GID:-0}"
depends_on:
Expand Down

0 comments on commit 6f6aa35

Please sign in to comment.