-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: master
Are you sure you want to change the base?
Conversation
id: get_latest_release | ||
uses: pozetroninc/github-action-get-latest-release@master | ||
with: | ||
owner: PixelWelt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong owner
owner: PixelWelt | |
owner: msteudtn |
- "80:80" | ||
volumes: | ||
- ./data:/var/www/html/data | ||
- ./extras:var/www/html/extras |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing slash
- ./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 |
There was a problem hiding this comment.
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
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 |
There was a problem hiding this comment.
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
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong repo
repo: ThalamOS | |
repo: mat-o-wahl |
ports: | ||
- "80:80" | ||
volumes: | ||
- ./data:/var/www/html/data |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
feel free to contact me if you have any questions