„README.md“ ändern
This commit is contained in:
parent
e0a0b440f0
commit
1fde2cc515
1 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,7 @@ As a reverse proxyy [Traefik](https://traefik.io/traefik/) is used. Traefik also
|
|||
|
||||
## How to deploy
|
||||
1. [Install Docker](https://docs.docker.com/engine/install/debian/)
|
||||
2. [Install Docker-compose](https://docs.docker.com/compose/install/)
|
||||
2. [Install Docker Compose v2 Plugin](https://docs.docker.com/compose/install/linux/)
|
||||
3. Clone this repository
|
||||
4. create *.env* file in each folder and set environment variables.
|
||||
Example:
|
||||
|
@ -21,10 +21,12 @@ As a reverse proxyy [Traefik](https://traefik.io/traefik/) is used. Traefik also
|
|||
DOMAIN=example.com
|
||||
TRAEFIK_VERSION=2.4
|
||||
~~~
|
||||
5. `cd` into each folder and `docker-compose up -d`
|
||||
5. run *pull-all.sh" and *start-all.sh" scripts
|
||||
|
||||
## Links:
|
||||
* [Nextcloud docker](https://github.com/nextcloud/docker/)
|
||||
* [Gitea Doku: Install with Docker](https://docs.gitea.io/en-us/install-with-docker/)
|
||||
* [Docker Swarm Rocks](https://dockerswarm.rocks/)
|
||||
* [Mozilla Services Documentation](https://mozilla-services.readthedocs.io/en/latest/index.html)
|
||||
* [Docker Compose](https://docs.docker.com/compose/)
|
||||
* [Docker Compose File Specification/Reference](https://docs.docker.com/compose/compose-file/)
|
||||
|
|
Loading…
Reference in a new issue