-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:soketi/monorepo
- Loading branch information
Showing
21 changed files
with
604 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM --platform=$TARGETPLATFORM node:20-bullseye-slim | ||
|
||
RUN npm i -g @peerbit/server | ||
|
||
ENTRYPOINT ["peerbit", "start"] | ||
|
||
EXPOSE 80 443 4002 4003 4004 4005 9002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* import { Peerbit } from 'peerbit'; | ||
export const createPeerbit = async () => { | ||
const peer = await Peerbit.create(); | ||
await peer.bootstrap(); | ||
}; | ||
export class Message {} */ | ||
|
||
// export const peerContract = async(); |
Oops, something went wrong.