Improved deploy and build scripts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user