An open API service indexing awesome lists of open source software.

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

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`