https://github.com/thenativeweb/temp--techlounge
https://github.com/thenativeweb/temp--techlounge
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenativeweb/temp--techlounge
- Owner: thenativeweb
- Created: 2025-06-06T07:46:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-05T11:41:27.000Z (7 months ago)
- Last Synced: 2025-12-08T20:03:05.275Z (7 months ago)
- Language: Go
- Size: 102 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.2.0 \
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
```