Wappler Docker deployment: Don’t publish web service port if port is not specified
Remote Docker target: Production
Traefik installed: Yes, not through Wappler. Wappler is unaware of Traefik installation (intentional)
Port: Empty in target settings
Consequence:
services:
web:
ports:
- '3000'
Docker will assign a random host port to publish the web service. This property should be removed if the port is not specified. Traefik doesn’t make use of this property