You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct docker-compose.dev.yml for concurrent testing
- Mount local config and data directories instead of named volumes
- Use Alpine Linux with sqlite for lightweight reader container
- Fix command syntax using proper YAML multiline format
- Enable WAL mode for proper concurrent access
- Mount data as read-only for reader container
Now 'docker-compose -f docker-compose.dev.yml up' correctly demonstrates
concurrent reading while the sensor is writing data.
0 commit comments