docker issue

This commit is contained in:
saqib mir
2026-07-23 11:31:26 +05:30
parent a707fb5216
commit 185cc03df7
8 changed files with 138 additions and 43 deletions
+5 -4
View File
@@ -1,13 +1,14 @@
services:
gateway:
build:
context: ./gateway
dockerfile: Dockerfile
context: .
dockerfile: gateway/Dockerfile
network: host
image: pdf-engine-gateway:dev
container_name: pdf-engine-gateway
environment:
PDFENGINE_ENVIRONMENT: dev
PDFENGINE_ENGINE_AVAILABLE: "false"
PDFENGINE_ENGINE_AVAILABLE: "true"
PORT: 8000
ports:
- "8000:8000"
@@ -29,7 +30,7 @@ services:
image: pdf-engine-frontend:dev
container_name: pdf-engine-frontend
environment:
VITE_GATEWAY_URL: http://gateway:8000
VITE_GATEWAY_URL: http://localhost:8000
ports:
- "5173:5173"
volumes: