Custom Docker Networks
Configure Lift to use existing Docker networks instead of the default onelift network.
Custom Docker Networks
By default, Lift creates an onelift network and deploys Traefik into it. If you are using an existing reverse proxy, set the network field to the existing network name:
{
"network": "my-proxy",
"entrypoint": "https"
}
Note: When using an external network, Lift will not deploy its own Traefik instance or ask for a Let's Encrypt email.