Node endpoints with container handling

This commit is contained in:
2026-02-03 21:09:41 +01:00
parent c28a54bf33
commit b8761de020
6 changed files with 125 additions and 2 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"