Skip to content

Commit 5b24f80

Browse files
committed
Let builder-playground reach the simulator as a builder
1 parent 5dd8623 commit 5b24f80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/simulator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ WORKDIR /app
3838

3939
COPY --from=builder /tmp/tips-simulator /app/tips-simulator
4040

41-
CMD ["/app/tips-simulator", "node", "--datadir", "/data", "--builder.playground", "/playground"]
41+
CMD ["/app/tips-simulator", "node", "--datadir", "/data", "--http.addr", "0.0.0.0", "--builder.playground", "/playground"]
4242

docker-compose.tips.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ services:
5353
context: .
5454
dockerfile: crates/simulator/Dockerfile
5555
container_name: tips-simulator
56+
ports:
57+
- "2222:2222"
58+
- "4444:4444"
5659
volumes:
5760
- ${TIPS_SIMULATOR_DATADIR}:/data
5861
- ${TIPS_SIMULATOR_BUILDER_PLAYGROUND_DIR}:/playground

0 commit comments

Comments
 (0)