Skip to content

Commit

Permalink
update aio to include riverboat
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Sep 26, 2024
1 parent 0f7c9de commit 3189b2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/all-in-one/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ COPY --from=builder /go/bin/core /bin/core
# Copy the dbx binary
COPY --from=ghcr.io/theopenlane/dbx:5-35840501 /bin/dbx /bin/dbx

# Copy the riverboat binary
COPY --from=ghcr.io/theopenlane/riverboat:amd64-latest /bin/riverboat /bin/riverboat

# Copy redis binary
COPY --from=redis:7.4.0 /usr/local/bin/redis-server /bin/redis-server

Expand Down
3 changes: 3 additions & 0 deletions docker/all-in-one/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ if [ $CORE_DBX_ENABLED = "true" ]; then
/bin/dbx serve --debug --pretty &!
fi

# run the riverboat service in the background
/bin/riverboat serve --debug --pretty &!

# run the core service in the foreground
/bin/core serve --debug --pretty

0 comments on commit 3189b2b

Please sign in to comment.