Skip to content

Conversation

@Omarabdul3ziz
Copy link
Contributor

  • add dockerfile for mycelium dependancy
  • add it as a sidecar container sharing (volume/netns) to the backend in compose file

- ./backend/kubecloud.db:/app/kubecloud.db
- ./backend/config.json:/app/config.json
- /root/.ssh:/root/.ssh:ro
- /home/omar/.ssh:/root/.ssh:ro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please restore this

Comment on lines 27 to 28
echo "🚀 Starting: $TARGET_BINARY --key-file /etc/netseed --peers $PEERS"
exec "$TARGET_BINARY" --key-file /etc/netseed --peers $PEERS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't a netseed file, so we can remove the key-file flag

Suggested change
echo "🚀 Starting: $TARGET_BINARY --key-file /etc/netseed --peers $PEERS"
exec "$TARGET_BINARY" --key-file /etc/netseed --peers $PEERS
echo "🚀 Starting: $TARGET_BINARY --peers $PEERS"
exec "$TARGET_BINARY" --peers $PEERS

@Omarabdul3ziz Omarabdul3ziz merged commit 94ba54c into master Jul 30, 2025
@Omarabdul3ziz Omarabdul3ziz deleted the master_composeFixMyceliumDep branch July 30, 2025 10:49
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.

3 participants