simplify woodpecker pipeline, add ctrl/standalone gateway
This commit is contained in:
13
ctrl/standalone/docker-compose.yml
Normal file
13
ctrl/standalone/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
sysmonstm:
|
||||
build: .
|
||||
container_name: sysmonstm
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
networks:
|
||||
- gateway
|
||||
|
||||
networks:
|
||||
gateway:
|
||||
external: true
|
||||
Reference in New Issue
Block a user