Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker support with workflows for building and pushing images #92

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

PixelWelt
Copy link

  • Added Dockerfile and Docker-compose file to easily deploy mat-o-wahl
  • added automation to automatically publish these containers

feel free to contact me if you have any questions

id: get_latest_release
uses: pozetroninc/github-action-get-latest-release@master
with:
owner: PixelWelt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong owner

Suggested change
owner: PixelWelt
owner: msteudtn

- "80:80"
volumes:
- ./data:/var/www/html/data
- ./extras:var/www/html/extras

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing slash

Suggested change
- ./extras:var/www/html/extras
- ./extras:/var/www/html/extras

### Installation mit Docker
#### Nutzung des fertigen Images

1. installiere [docker](https://docs.docker.com/engine/install/ubuntu/) und docker-compose

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't link to specific Linux Platform, use the generic site

Suggested change
1. installiere [docker](https://docs.docker.com/engine/install/ubuntu/) und docker-compose
1. installiere [docker](https://docs.docker.com/engine/install/) und docker-compose


#### Baue das image selber

1. installiere [docker](https://docs.docker.com/engine/install/ubuntu/) und docker-compose

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't link to specific Linux Platform, use the generic site

Suggested change
1. installiere [docker](https://docs.docker.com/engine/install/ubuntu/) und docker-compose
1. installiere [docker](https://docs.docker.com/engine/install/) und docker-compose

uses: pozetroninc/github-action-get-latest-release@master
with:
owner: PixelWelt
repo: ThalamOS

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong repo

Suggested change
repo: ThalamOS
repo: mat-o-wahl

ports:
- "80:80"
volumes:
- ./data:/var/www/html/data

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Directory extras is missing, to stay consistent with docker-compose.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

English part of the added documentation is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants