add http and https port into spa service
This commit is contained in:
+2
-1
@@ -54,7 +54,8 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${OUTERPORT}:${INNERPORT}"
|
||||
- "${HTTP_OUTER_PORT}:${HTTP_INNER_PORT}"
|
||||
- "${HTTPS_OUTER_PORT}:${HTTPS_INNER_PORT"
|
||||
depends_on:
|
||||
- api
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user