Initial Commit

This commit is contained in:
2025-02-19 19:09:25 +00:00
commit 2d1fdda152
3 changed files with 57 additions and 0 deletions

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
meshmqtt:
build:
context: .
ports:
- "777:777" # Adjust to your needs
environment:
- ENV_VAR=value # Optional environment variables
volumes:
- ./app:/app # Optional volume mount