simplify woodpecker pipeline, add ctrl/standalone gateway

This commit is contained in:
buenosairesam
2026-01-02 21:12:02 -03:00
parent b526bde98e
commit 8279528b7c
5 changed files with 258 additions and 180 deletions

View File

@@ -0,0 +1,13 @@
services:
sysmonstm:
build: .
container_name: sysmonstm
restart: unless-stopped
ports:
- "8080:8080"
networks:
- gateway
networks:
gateway:
external: true