mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
fix(printer): fix issue with printer service, locating the right URL of the server
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
container_name: server
|
||||
env_file: .env
|
||||
environment:
|
||||
- PUBLIC_URL=http://client:3000
|
||||
- POSTGRES_HOST=postgres
|
||||
ports:
|
||||
- 3100:3100
|
||||
@@ -38,6 +39,8 @@ services:
|
||||
dockerfile: client/Dockerfile
|
||||
container_name: client
|
||||
env_file: .env
|
||||
environment:
|
||||
- PUBLIC_SERVER_URL=http://server:3100
|
||||
ports:
|
||||
- 3000:3000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user