/DockerStation

GNU General Public License v3.0GPL-3.0

DockerStation

GitHub Workflow Status GitHub

WHat is this?

A collection of some dockerfiles to simplify deployments.

Usage/Examples

Userge

Change your Dockerfile, example:

FROM rzlamrr/userge:latest

COPY . .

CMD bash run

Slam-mirrorbot

Change your Dockerfile, example:

FROM rzlamrr/megasdk:latest

COPY . .
COPY .netrc /root/.netrc

RUN chmod +x aria.sh

CMD ["bash","start.sh"]

DaisyXmusic

Change your Dockerfile, example:

FROM rzlamrr/music:latest

COPY . .

CMD ["python3", "-m", "DaisyXMusic"]

FAQ

Can i use this for other repo?

You can use it to other repo that similiar.

Deployment failed, what should i do?

Just open issue, or do a PR. Contributions are always welcome!

License

GPL-3.0