diff --git a/docker-compose.fastapi.yml b/docker-compose.fastapi.yml index 3955a78..22e5985 100644 --- a/docker-compose.fastapi.yml +++ b/docker-compose.fastapi.yml @@ -84,14 +84,8 @@ services: - ./backend/data:/app/data # Persistent templates - ./backend/output:/app/output - # Copy existing Excel lookup file (if exists) - - type: bind - source: ./Celum ID to Adobe Asset Path Mapping Spreadsheet (1).xlsx - target: /app/Celum ID to Adobe Asset Path Mapping Spreadsheet (1).xlsx - read_only: true - # Optional - won't fail if file doesn't exist - bind: - create_host_path: false + # Excel lookup file (optional - comment out if file doesn't exist) + # - ./Celum ID to Adobe Asset Path Mapping Spreadsheet (1).xlsx:/app/Celum ID to Adobe Asset Path Mapping Spreadsheet (1).xlsx:ro ports: - "${BACKEND_PORT:-5001}:8000"