docs(docker): update docs to add docker deployment example to droplet

This commit is contained in:
Amruth Pillai
2022-03-14 10:18:04 +01:00
parent 143a123212
commit 4dc83c1d7f
6 changed files with 17 additions and 14 deletions

View File

@ -3,8 +3,8 @@ TZ=UTC
SECRET_KEY=change-me
# URLs
PUBLIC_URL=http://localhost:3000
PUBLIC_SERVER_URL=http://localhost:3100
PUBLIC_URL=http://<SERVER-IP>
PUBLIC_SERVER_URL=http://<SERVER-IP>/api
# Database
POSTGRES_HOST=localhost