Last active
October 30, 2019 16:58
-
-
Save coopernurse/e181869260f994aa1d817ca65cc273aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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