9 Commits

Author SHA1 Message Date
c0b3669c30 Remove Gateway service and configuration
- Delete Gateway module, associated Spring Boot application, and related configuration (`GatewayApplication.java`, `application.yml`, and `pom.xml`).
- Remove Gateway references in `docker-compose.yml`, `.gitlab-ci.yml`, and `backend/pom.xml`.
- Update backend services to directly handle requests under `/api` prefix (e.g., `/api/customers`, `/api/contact`).
- Adjust frontend contact route to connect directly to the server, replacing gateway references with server URLs.
2025-07-15 20:46:43 +02:00
7cac66d018 Add env_file support for internal_frontend in docker-compose.yml 2025-07-02 11:02:09 +09:00
b9ed439cba Add internal_frontend module with CI pipeline and Docker configuration 2025-07-01 17:22:33 +09:00
498f1a59b5 Remove exposed port bindings for gateway and server services in docker-compose file 2025-06-29 20:29:39 +09:00
789a20d6c7 Add shared network configuration for services in docker-compose file 2025-06-29 18:28:18 +09:00
b74509d45d Revert 2025-06-01 20:50:09 +02:00
3482c1c3f2 Refactor environment variable handling in frontend setup 2025-06-01 12:48:07 +02:00
0f096080d7 Add restart policies and volume mount to Docker services 2025-06-01 12:37:46 +02:00
5a73be331b Gitlab CI/CD Pipeline 2025-05-29 18:51:59 +00:00