docker issue
This commit is contained in:
+5
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user