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/
  • Vue 65.3%
  • JavaScript 21.7%
  • HTML 8.4%
  • Shell 4.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-12-17 19:28:25 +01:00
.github/workflows chore(deps): update actions/setup-node action to v2.5.0 2021-12-03 14:14:22 +00:00
.gitlab/issue_templates chore: Add GitLab issue templates 2021-07-14 16:15:13 +02:00
.readme move to github 2019-06-16 16:58:39 +02:00
public rework design 2019-06-14 23:24:56 +02:00
src move to github 2019-06-16 16:58:39 +02:00
.browserslistrc init 2019-06-14 19:33:21 +02:00
.editorconfig init 2019-06-14 19:33:21 +02:00
.eslintrc.js init 2019-06-14 19:33:21 +02:00
.gitignore init 2019-06-14 19:33:21 +02:00
.gitlab-ci.yml no message 2021-12-17 19:28:25 +01:00
babel.config.js init 2019-06-14 19:33:21 +02:00
deploy.sh make deploy.sh executable 2019-06-16 17:11:16 +02:00
LICENSE Add LICENSE 2019-06-14 17:42:27 +00:00
package-lock.json no message 2021-12-17 19:28:25 +01:00
package.json no message 2021-12-17 19:28:25 +01:00
postcss.config.js init 2019-06-14 19:33:21 +02:00
README.md chore: Inform users/visitors about move to GitLab 2021-06-26 10:46:28 +02:00
renovate.json Update renovate.json 2021-12-17 18:49:08 +01:00
vue.config.js change production path 2019-06-14 19:41:22 +02:00

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