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 compose.yaml for using docker-compose. #137

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2021

  1. Add compose.yaml for using docker-compose.

    This allows the standard commands to be used with
    docker by simply replacing `bundle exec` with
    `docker-compose run --rm`. The jekyll test server
    can be started with `docker-compose up jekyll`.
    
    To avoid rights issues with root-generated files
    from docker, this also sets the user to 1000,
    which is usually the standard user. This has to
    be changed if run as another user. Correct values
    can be determined with `id -u` and `id -g`.
    frederik-elwert committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    50d1742 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    ff28ee1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    9709dca View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    900b8a4 View commit details
    Browse the repository at this point in the history