fix(docker): start backend with 'taskpool server' under supervisord
Build and Deploy / build-and-push (push) Successful in 52s

This commit is contained in:
2026-07-26 14:49:15 +08:00
parent 24e809557e
commit 3b77837323
3 changed files with 14 additions and 15 deletions
+3 -11
View File
@@ -1,17 +1,9 @@
services:
# Frontend - React Web UI
frontend:
image: git.viaeon.com/admin/taskpool-react:latest
ports:
- "3000:80"
depends_on:
- backend
restart: unless-stopped
# Backend - Go API Server
backend:
# Standalone all-in-one image (nginx + backend via supervisord)
app:
image: git.viaeon.com/admin/taskpool:latest
ports:
- "3000:3000"
- "8052:8052"
volumes:
- ./data:/app/data