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

@ -27,7 +27,6 @@ services:
container_name: server
env_file: .env
environment:
- PUBLIC_URL=http://<SERVER-IP>
- POSTGRES_HOST=postgres
depends_on:
- traefik
@ -44,8 +43,6 @@ services:
image: amruthpillai/reactive-resume:client-latest
container_name: client
env_file: .env
environment:
- PUBLIC_SERVER_URL=http://<SERVER-IP>/api
depends_on:
- traefik
- server