Initial Commit

This commit is contained in:
2025-07-08 05:08:10 +01:00
commit 7e445551af
28 changed files with 1872 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: "3.8"
services:
utilapp:
build:
context: .
dockerfile: Dockerfile
container_name: utilapp
restart: unless-stopped
ports:
- "8080:3000"
networks:
- cloudflare
environment:
- NODE_ENV=production
networks:
cloudflare:
external: true