(Metabase on ARM64)
- Open your Portainer dashboard.
- Click on Stacks from the sidebar menu.
- Click on + Add stack.
- Name:
metabase
(make sure you don't reuse that name) - Build method:
Repository
- Repository URL:
https://github.com/fusecup/metabase-arm64
- Repository reference:
refs/heads/main
- Compose path:
docker-compose.yml
- In the Environment variables section, click on + Add environment variable.
- Add the following environment variables:
- Name:
DB_PASS
Value:privatepassword
- Name:
DB_USER
Value:privateuser
- Once all the settings are configured, click on Deploy the stack.
- Wait for the stack to be deployed and ensure all services are running.
- Make sure your Raspberry Pi is connected to the network and has Docker and Portainer installed.
- For detailed instructions on installing Docker and Portainer on Raspberry Pi, refer to the official documentation or tutorials.
Feel free to customize these instructions as needed for your specific setup and requirements.
Based of Metabase issue for supporting ARM and loancrate/metabase-arm64