Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy.

This commit is contained in:
Mireya Cueto Garrido
2026-06-03 10:41:02 +02:00
parent 31be326f2c
commit cccbe15275
22 changed files with 264 additions and 28 deletions
+3 -1
View File
@@ -1,7 +1,8 @@
services:
backend:
build:
build:
context: ./backend
target: development
container_name: backend
ports:
- "8070:8000"
@@ -15,6 +16,7 @@ services:
frontend:
build:
context: ./frontend
target: development
container_name: frontend
ports:
- "8071:5173"