feat: update port configuration - homepage on 4000, services on 4001+
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -66,8 +66,8 @@ Create a proof of concept with docker-socket-proxy, homepage, and wakaapi compon
|
|||||||
- Implement proper networking (internal only)
|
- Implement proper networking (internal only)
|
||||||
- All ports bound to localhost (127.0.0.1) with specific port assignments:
|
- All ports bound to localhost (127.0.0.1) with specific port assignments:
|
||||||
- docker-socket-proxy: Internal network only, no external ports exposed
|
- docker-socket-proxy: Internal network only, no external ports exposed
|
||||||
- homepage: Port 3000 (localhost only) - configurable via environment variable
|
- homepage: Port 4000 (localhost only) - configurable via environment variable
|
||||||
- wakaapi: Port 3001 (localhost only) - configurable via environment variable
|
- wakaapi: Port 4001 (localhost only) - configurable via environment variable
|
||||||
- All environment variables must be pre-set in TSYSDevStack-SupportStack-Demo-Settings file (single settings file for simplicity in demo)
|
- All environment variables must be pre-set in TSYSDevStack-SupportStack-Demo-Settings file (single settings file for simplicity in demo)
|
||||||
- All docker compose files (one per component) should be prefixed with: TSYSDevStack-SupportStack-Demo-DockerCompose-
|
- All docker compose files (one per component) should be prefixed with: TSYSDevStack-SupportStack-Demo-DockerCompose-
|
||||||
- All docker compose files should use environment variables for everything (variables will be set in TSYSDevStack-SupportStack-Demo-Settings file)
|
- All docker compose files should use environment variables for everything (variables will be set in TSYSDevStack-SupportStack-Demo-Settings file)
|
||||||
|
|||||||
Reference in New Issue
Block a user