mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
+4
-4
@@ -34,13 +34,13 @@ which uses nginx as a web server.
|
|||||||
└── 🗋 bookstack-backup-script.sh
|
└── 🗋 bookstack-backup-script.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
* `bookstack_data/` - bookstacks web app data
|
* `bookstack_data/` - a directory with bookstacks web app data
|
||||||
* `bookstack_db_data/` - database data
|
* `bookstack_db_data/` - a directory with database data
|
||||||
* `.env` - a file containing environment variables for docker compose
|
* `.env` - a file containing environment variables for docker compose
|
||||||
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
||||||
* `bookstack-backup-script.sh` - a backup script, to be run daily
|
* `bookstack-backup-script.sh` - a backup script, to be run daily
|
||||||
|
|
||||||
You only need to provide the files. The directories are created on the first run.
|
Only the files are required. The directories are created on the first run.
|
||||||
|
|
||||||
# docker-compose
|
# docker-compose
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ Caddy v2 is used, details
|
|||||||
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
|
[here](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/caddy_v2).</br>
|
||||||
|
|
||||||
`Caddyfile`
|
`Caddyfile`
|
||||||
```
|
```php
|
||||||
book.{$MY_DOMAIN} {
|
book.{$MY_DOMAIN} {
|
||||||
reverse_proxy bookstack:80
|
reverse_proxy bookstack:80
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user