update docs
This commit is contained in:
parent
850807237e
commit
119363580f
2 changed files with 7 additions and 6 deletions
12
README.md
12
README.md
|
@ -3,13 +3,13 @@
|
|||
## How to run
|
||||
|
||||
1. `apt install docker.io docker-compose`
|
||||
2. `docker-compose build`
|
||||
3. `./gen-selfsigned.sh` - generate self signed haproxy cert for bootstraping
|
||||
4. `docker-compose up -d`
|
||||
2. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables
|
||||
3. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables
|
||||
4. `./gen-selfsigned.sh` - generate self signed haproxy cert for bootstraping
|
||||
5. `docker-compose build`
|
||||
8. `docker-compose up`
|
||||
5. `./issue-certificate.sh example.com info@example.com` - issue LE production certificate
|
||||
6. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables
|
||||
7. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables
|
||||
8. After each config updates you can use the following command to start everything:
|
||||
8. You can use the following command to rebuild and restart everything:
|
||||
`docker-compose down ; docker-compose build; docker-compose up -d ; docker-compose logs --follow`
|
||||
|
||||
## Setup client
|
||||
|
|
1
TODO
Normal file
1
TODO
Normal file
|
@ -0,0 +1 @@
|
|||
fix internal url in frontend/config
|
Loading…
Reference in a new issue