refactor(server): use proxy mechanisms to remove server_url config

This commit is contained in:
Amruth Pillai
2022-03-08 10:36:04 +01:00
parent e52edaa552
commit 5a2594eb88
18 changed files with 76 additions and 82 deletions

View File

@ -7,8 +7,6 @@ services:
env_file: .env
ports:
- 3100:3100
depends_on:
- postgres
client:
image: amruthpillai/reactive-resume:client-latest
@ -18,6 +16,3 @@ services:
- 3000:3000
depends_on:
- server
volumes:
pgdata: