https://github.com/mietzen/megabasterd-docker
Containerized MegaBasterd
https://github.com/mietzen/megabasterd-docker
docker mega megabasterd
Last synced: 3 months ago
JSON representation
Containerized MegaBasterd
- Host: GitHub
- URL: https://github.com/mietzen/megabasterd-docker
- Owner: mietzen
- License: mit
- Created: 2024-01-02T13:44:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:14:36.000Z (about 1 year ago)
- Last Synced: 2024-09-09T07:39:43.298Z (about 1 year ago)
- Topics: docker, mega, megabasterd
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Containerized MegaBasterd
A containerized [MegaBasterd](https://github.com/tonikelope/megabasterd) using [jlesage/docker-baseimage-gui](https://github.com/jlesage/docker-baseimage-gui).
This repo has active CI/CD, updates are fully automatically build, tested, merged and released as mutli arch image.
Supported archichectures:
- amd64
- arm64## Docker Compose
Create a `docker-compose.yaml`:
```yaml
version: '3'
services:
megabasterd:
image: mietzen/megabasterd:latest
container_name: megabasterd
restart: unless-stopped
ports:
- 5800:5800
volumes:
- ./config:/config
- ./output:/output
```Run with: `docker compose up`