https://github.com/thenativeweb/temp--techlounge
https://github.com/thenativeweb/temp--techlounge
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenativeweb/temp--techlounge
- Owner: thenativeweb
- Created: 2025-06-06T07:46:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T19:54:32.000Z (9 months ago)
- Last Synced: 2025-08-01T21:46:48.964Z (9 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# tech:lounge Masterclass
Run EventSourcingDB:
```shell
docker run \
-it \
--init \
-p 3000:3000 \
thenativeweb/eventsourcingdb:1.0.1 \
run \
--api-token secret \
--data-directory-temporary \
--http-enabled \
--https-enabled=false \
--with-ui
```
Environment variables to be used:
- `PORT` (default `4000`)
- `ESDB_URL` (default `http://localhost:3000`)
- `ESDB_API_TOKEN` (default `secret`)
Build the Docker image:
```shell
make build-docker
```