Compare commits

...

3 Commits

Author SHA1 Message Date
Dustin
9aa6bfcdc1 Merge pull request #2 from dustinbrun/master
Add Grafana, Influxdb
2021-03-20 12:50:41 +01:00
Dustin
1295cd27db Update Readme 2021-03-20 12:24:25 +01:00
Dustin
d0b40d187a Merge pull request #1 from dustinbrun/master
Version 1
2021-03-14 14:35:27 +01:00

View File

@@ -14,6 +14,8 @@ These Containers are designed to work on a Debain based machine.
For each application there is a seperate folder.
You need to place these folders in your home-directory, for example into `/root`. The docker-compose files are designed in a way, that all configuration- and data-folders are stored in these application folders. If you want to backup your containers you simply backup these folders and you can restore them easily.
Before you deploy a container, make sure to change the password variables in the `docker-compose.yml` file. Somtimes there are also other variables that you can adapt to your needs.
To deploy a container, go into the application-folder and type:
```
docker-compose up -d
@@ -47,4 +49,4 @@ Most of these Files I have not written myself. I found these accross the web and
Mainly these are the template files created by the respective developer of the application.
dustinbrun
dustinbrun