Skip to content

Fix Docker networking configuration for tar1090 - #6

Merged
jonnyspicer merged 2 commits into
masterfrom
feature/issue-1-tar1090-on-pi
Nov 28, 2025
Merged

Fix Docker networking configuration for tar1090#6
jonnyspicer merged 2 commits into
masterfrom
feature/issue-1-tar1090-on-pi

Conversation

@jonnyspicer

Copy link
Copy Markdown

Closes #1

This PR fixes the Docker networking configuration after deployment testing revealed DNS resolution issues.

Changes

  • Switch to network_mode: host for both readsb and tar1090 services to match blah2 configuration
  • Remove obsolete version field from docker-compose.yml
  • Change Dockerfile base image from debian:bookworm-slim to debian:bullseye-slim for consistency with 3lips stack
  • Remove explicit port mappings (not needed with host networking)

Testing

  • DNS resolution errors resolved with host networking
  • Container can now successfully pull packages during build
  • Configuration matches existing blah2 deployment patterns

🤖 Generated with Claude Code

jonnyspicer and others added 2 commits November 28, 2025 11:35
Use debian:bullseye-slim to align with the base image used in the 3lips
container stack.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add network_mode: host to both services and remove port mappings.
Remove obsolete version field.

Matches blah2 configuration to resolve DNS resolution issues during
container build.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jonnyspicer
jonnyspicer force-pushed the feature/issue-1-tar1090-on-pi branch from 23fcdaa to 87a5628 Compare November 28, 2025 11:35
@jonnyspicer
jonnyspicer merged commit 74afe0d into master Nov 28, 2025
@jonnyspicer
jonnyspicer deleted the feature/issue-1-tar1090-on-pi branch November 28, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get tar1090 working on blah2 raspberry pi node

1 participant