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

Bundle assets / Docker Image #376

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

Bundle assets / Docker Image #376

wants to merge 9 commits into from

Conversation

BuJo
Copy link
Member

@BuJo BuJo commented Oct 1, 2024

This adds a docker image.

  • Includes an example project
  • Enables running in a container environment
  • make docker
    docker run --rm -p 3000:3000 tales
    podman run --rm -v $HOME/Tales:/work:Z -p 3000:3000 tales
  • Note that this does not include a way to actually publish the tales container in a public registry
  • Note that the container does not run the tales-server as root, so the mounted volume must prepare the volume correctly (especially when writing)

@BuJo BuJo mentioned this pull request Oct 1, 2024
@BuJo
Copy link
Member Author

BuJo commented Oct 2, 2024

Allright, I created a readonly demo instance, thanks synyx for providing the resources.

I mentioned in the readme as well, works like a charm. It might be better however, to add the concept of a readonly instance into the application. Right now it just trusts that the files are not writeable by the user to make it readonly. However, that can wait for another PR.

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.

1 participant