Service Description
I would like to see storyteller added.
https://storyteller-platform.dev/docs/installation/self-hosting/
Docker Compose File Link
https://storyteller-platform.dev/docs/installation/self-hosting/
Docker Compose Configuration
services:
web:
image: registry.gitlab.com/storyteller-platform/storyteller:latest
volumes:
- ~/Documents/Storyteller:/data:rw
environment:
# IMPORTANT: Change `STORYTELLER_SECRET_KEY` to `STORYTELLER_SECRET_KEY_FILE, and
# set the value to exactly `/run/secrets/secret_key`
- STORYTELLER_SECRET_KEY_FILE=/run/secrets/secret_key
ports:
- "8001:8001"
secrets:
- secret_key
# IMPORTANT: Add this secrets block
secrets:
secret_key:
file: ./STORYTELLER_SECRET_KEY.txt
Website of Service
No response
Would you be willing to work on this service?
Service Description
I would like to see storyteller added.
https://storyteller-platform.dev/docs/installation/self-hosting/
Docker Compose File Link
https://storyteller-platform.dev/docs/installation/self-hosting/
Docker Compose Configuration
Website of Service
No response
Would you be willing to work on this service?