Matheus Moreno
05/04/2022, 10:56 PMflyte-sandbox
(I just altered the ports):
services:
sandbox:
image: <http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-81044f8b1d620b123318db3fb9fe8d38fe74f565|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-81044f8b1d620b123318db3fb9fe8d38fe74f565>
container_name: flyte-sandbox
privileged: true
ports:
- "30080:30080" # Console at <http://localhost:30080/console>
- "30081:30081"
- "30082:30082"
- "30084:30084"
- "30086:30086"
- "30088:30088"
- "30089:30089"
Yee
Matheus Moreno
05/05/2022, 12:08 AMYee
Matheus Moreno
05/05/2022, 3:53 PM