This commit is contained in:
DoTheEvolution 2020-05-22 18:22:45 +02:00
parent 736abd778e
commit 64cc57955a
8 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@ only the server is a different implementation.
* `bitwarden-data/` - a directory where bitwarden will store its database and other data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container
* `docker-compose.yml` - a docker compose file, telling docker how to run the container
* `bitwarden-backup-script.sh` - a backup script if you want it
You only need to provide the files.</br>

View File

@ -37,7 +37,7 @@ which uses nginx as a web server.
* `bookstack-data/` - a directory where bookstack will store its web app data
* `bookstack-db-data/` - a directory where bookstack will store its MySQL database data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `bookstack-backup-script.sh` - a backup script if you want it
You only need to provide the files.</br>

View File

@ -34,7 +34,7 @@ In this setup Caddy is used mostly as
Https encrypted tunel ends with it, so that the traffic can be analyzed
and dealt with based on the settings in `Caddyfile`.
Caddy with its build in https and and sane config approach
Caddy with its build-in https and and sane config approach
allows a simple config to just work.
```
@ -543,7 +543,7 @@ Add `CLOUDFLARE_API_TOKEN` variable with the value of the newly created token.
MY_DOMAIN=example.com
DOCKER_MY_NETWORK=caddy_net
CLOUDFLARE_API_TOKEN=asdasdasdasdasasdasdasdasdas
CLOUDFLARE_API_TOKEN=<cloudflare api token goes here>
```
### - Edit docker-compose.yml

View File

@ -30,7 +30,7 @@ The docker image uses darkhttpd simple web server on alpine linux.
* `assets/` - a directory containing icons and other directories with icons
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container
* `docker-compose.yml` - a docker compose file, telling docker how to run the container
* `config.yml` - homer's configuration file bind mounted in to the container
All files and folders need to be provided.</br>

View File

@ -45,7 +45,7 @@ and for [memory file caching](https://docs.nextcloud.com/server/latest/admin_man
* `nextcloud-data/` - a directory where nextcloud will store users data and web app data
* `nextcloud-db-data/` - a directory where nextcloud will store its database data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `nginx.conf` - nginx web server configuration file
* `nextcloud-backup-script.sh` - a backup script if you want it

View File

@ -32,7 +32,7 @@ In my use it is mostly information tool, rather than a management tool.
* `portainer-data/` - a directory where portainer stores its peristent data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker
how to build the containers
how to run the containers
You only need to provide the files.</br>
The directory is created by docker compose on the first run.

View File

@ -79,7 +79,7 @@ and consists of several components.
* `grafana-data/` - a directory where grafana stores its data
* `prometheus-data/` - a directory where prometheus stores its database and data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `prometheus.yml` - a configuration file for prometheus
All files must be provided.</br>

View File

@ -31,7 +31,7 @@ This can be bandwidth intensive, so its scheduled checks should account for this
```
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container
* `docker-compose.yml` - a docker compose file, telling docker how to run the container
Only these two files must be provided.