Improved deploy and build scripts

This commit is contained in:
2025-12-29 14:06:49 +01:00
parent db9e2bf87a
commit a54c8e566b
3 changed files with 29 additions and 21 deletions

View File

@@ -3,6 +3,10 @@ services:
image: influxdb:3-core
container_name: edx-influxdb3
restart: unless-stopped
ulimits:
nofile:
soft: 65536
hard: 65536
ports:
- 8181:8181
command:
@@ -38,7 +42,12 @@ services:
max-file: "5"
upsmon:
image: upsmon:influx3
build:
context: ../upsmon
dockerfile: ../upsmon/upsmon.Dockerfile
args:
BUILD_VER:
#image: upsmon:influx3
container_name: edx-upsmon
restart: unless-stopped
depends_on:
@@ -62,7 +71,12 @@ services:
- LOG_CLI_LVL=INFO
routermon:
image: routermon:influx3
build:
context: ../routermon
dockerfile: ../routermon/routermon.Dockerfile
args:
BUILD_VER:
#image: routermon:influx3
container_name: edx-routermon
restart: unless-stopped
depends_on: