Skip to content

Commit

Permalink
stage and prod data directory name change
Browse files Browse the repository at this point in the history
The stage and production environments now have a share of `/rialto-data`
rather than `/data`. Since we map this location as part of the
docker compose configuration it should only need to be updated there.

Fixes #145
  • Loading branch information
edsu committed Feb 11, 2025
1 parent cea7324 commit 9978edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ x-airflow-common:
AIRFLOW_VAR_PUBLISH_DIR: /opt/airflow/data/latest
volumes:
- /opt/app/rialto/rialto-airflow/current/rialto_airflow:/opt/airflow/rialto_airflow
- /data:/opt/airflow/data
- /rialto-data:/opt/airflow/data
- /opt/app/rialto/rialto-airflow/shared/logs:/opt/airflow/logs
user: "503:0"
depends_on:
Expand Down

0 comments on commit 9978edd

Please sign in to comment.