|
|
|
|
@ -6,6 +6,8 @@
|
|
|
|
|
- put `pg_dumpall --clean | gzip > db.out.gz` into ./init_db
|
|
|
|
|
- fix treetalker/nodejs/config/config.env `HOST=` db address
|
|
|
|
|
- `chown 999:999 postgres_data`
|
|
|
|
|
- fix treetalker.guideget.ru.conf:
|
|
|
|
|
- replace `proxy_pass http://localhost..` directives with container routing
|
|
|
|
|
- replace `location /ppga {...}` block with
|
|
|
|
|
```nginx
|
|
|
|
|
location /ppga/ {
|
|
|
|
|
@ -28,6 +30,7 @@ location /ppga/ {
|
|
|
|
|
|
|
|
|
|
## Dev setup
|
|
|
|
|
- put options-ssl-nginx.conf into ./letsencrypt
|
|
|
|
|
- replace `$host` entries in treetalker.guideget.ru.conf to your develoment host
|
|
|
|
|
|
|
|
|
|
## Prod setup
|
|
|
|
|
- disable `USE_LOCAL_CA=1`
|
|
|
|
|
|