Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Griefed/dcc-web

 
 

Repository files navigation

Sources, GitHub, GitLab and Mirroring and all that good stuff

Repositories on GitHub are now for issues only. I've set up my own installation of GitLab and moved all my repositories over to Git.Griefed.de. Make sure to check there first for the latest code before opening an issue on GitHub.

For questions, you can always join my Discord server and talk to me there.


docker-compose Converter Web

[[TOC]]

I've changed the index.html and .css under /gh-pages in order for the website to be deployed with regular apache's, for example a httpd:alpine docker container.


Convert docker run/create commands to docker-compose.yml files.

Webapp

Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.

alt text

General Project Setup

Build with the vuejs cli.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Convert docker run/create commands to docker-compose.yml files. Pages: https://griefed.pages.griefed.de/dcc-web/ or https://griefed.github.io/dcc-web/

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 62.2%
  • JavaScript 25.5%
  • HTML 8.0%
  • Shell 4.3%