updates to most features
Build Images and Deploy / Update-PROD-Stack (push) Successful in 28s

This commit is contained in:
2026-02-28 00:24:08 -05:00
parent 4255d95c68
commit 30f0c98102
10 changed files with 253 additions and 97 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
version: "3.8"
services:
loot-hunt:
image: reg.dev.nervesocket.com/loot-hunt:latest
container_name: loot-hunt
restart: unless-stopped
ports:
- "${PORT:-3000}:3000"
- "6233:3000"
environment:
- NODE_ENV=production
- PORT=3000