Update docker-compose.yml
All checks were successful
sgeUpdated CI/CD / deploy (push) Successful in 22s
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s

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

View File

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