We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7b312 commit 980d13aCopy full SHA for 980d13a
workflows/streaming_fm_distributed/docker-compose.yaml
@@ -60,7 +60,7 @@ services:
60
- "20000-20100:20000-20100" # Worker ports range
61
- "6380:6380" # Redis shard port
62
- "6381:6381" # Redis shard port
63
- - "127.0.0.1:8899:8888" # Jupyter
+ - "8899:8888" # Jupyter
64
- "8501:8501" # Streamlit
65
env_file:
66
- .env
@@ -146,7 +146,7 @@ services:
146
context: ../..
147
dockerfile: workflows/streaming_fm_distributed/jupyter/Dockerfile
148
ports:
149
150
151
152
cap_add:
0 commit comments