fix: app-url variable

This commit is contained in:
Nicolas Meienberger 2022-08-29 22:21:34 +02:00
parent 6095c110fb
commit 51e82f8e31
3 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
## Apps available
- [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker
- [Booksonic](https://github.com/popeen) - A server for streaming your audiobooks
- [Bookstack](https://github.com/BookStackApp/BookStack) - Simple, easy-to-use platform for organising and storing information.
- [Calibre-Web](https://github.com/janeczku/calibre-web) - Web Ebook Reader
- [Code-Server](https://github.com/coder/code-server) - Web VS Code
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser

View File

@ -1,16 +1,13 @@
version: "3.9"
services:
bookstack:
image: lscr.io/linuxserver/bookstack:22.07.3
container_name: bookstack
environment:
- PUID=1000
- PGID=1000
- APP_URL=${INTERNAL_IP}:${APP_PORT}
- DB_HOST=bookstack_db
- DB_USER=tipi
- DB_PASS=${BOOKSTACK_DB_PASS}
- APP_URL=http://${INTERNAL_IP}:${APP_PORT}
- DB_HOST=bookstack-db
- DB_USERNAME=tipi
- DB_PASSWORD=${BOOKSTACK_DB_PASS}
- DB_DATABASE=bookstackapp
volumes:
- ${APP_DATA_DIR}/data/config:/config
@ -28,9 +25,6 @@ services:
image: lscr.io/linuxserver/mariadb
container_name: bookstack-db
environment:
- PUID=1000
- PGID=1000
- MYSQL_ROOT_PASSWORD=${BOOKSTACK_DB_PASS}
- TZ=${TZ}
- MYSQL_DATABASE=bookstackapp
- MYSQL_USER=tipi

View File

@ -2,4 +2,9 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out-
BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above.
In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.
In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.
## Credentials
Username: admin@admin.com
Password: password