fix(printer): fix issue with printer service, locating the right URL of the server

This commit is contained in:
Amruth Pillai
2022-03-09 18:55:17 +01:00
parent 4447b58b8f
commit 6255849822
15 changed files with 62 additions and 27 deletions
+3
View File
@@ -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: