Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@coopernurse
Last active October 30, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coopernurse/e181869260f994aa1d817ca65cc273aa to your computer and use it in GitHub Desktop.
Save coopernurse/e181869260f994aa1d817ca65cc273aa to your computer and use it in GitHub Desktop.
#
# Maelstrom project file for bookstack
# https://maelstromapp.com/
# https://www.bookstackapp.com/
#
# Dependencies: mysql or mariadb, docker, maelstrom
#
---
name: bookstack
components:
web:
image: docker.io/linuxserver/bookstack
httpport: 80
httphealthcheckpath: /login
maxconcurrency: 20
maxdurationseconds: 60
environment:
- PUID=1000
- PGID=1000
- DB_HOST=172.17.0.1
- DB_USER=redacted
- DB_PASS=redacted
- DB_DATABASE=bookstack
- APP_URL=https://wiki.redacted.com
volumes:
- source: /opt/bookstack/config
target: /config
eventsources:
http:
http:
hostname: wiki.redacted.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment