Node endpoints with container handling (#1)

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-02-04 22:14:11 +00:00
parent c28a54bf33
commit 79cd8fc9fd
6 changed files with 158 additions and 10 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.9"
services:
simple-cluster-node:
build: .
env_file:
- .env
ports:
- "8080:8080"