Update docker-compose.yml

This commit is contained in:
2025-08-29 19:37:41 +03:00
parent 6f445f205a
commit 710655c1fd

View File

@@ -1,7 +1,7 @@
services: services:
backend: backend:
build: build:
context: ./sgeUpdated/sge-backend context: ./sge-backend
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "8080:8080" - "8080:8080"
@@ -15,7 +15,7 @@ services:
frontend: frontend:
build: build:
context: ./sgeUpdated/sge-frontend context: ./sge-frontend
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "80:80" - "80:80"