Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy.
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user