docker compose use latest version of n9e and categraf (#1079)

This commit is contained in:
kongfei605 2022-07-29 17:38:28 +08:00 committed by GitHub
parent c78c8d07f2
commit ba0eafa065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ services:
sh -c "/wait && /app/ibex server" sh -c "/wait && /app/ibex server"
nwebapi: nwebapi:
image: ulric2019/nightingale:5.9.4 image: flashcatcloud/nightingale:latest
container_name: nwebapi container_name: nwebapi
hostname: nwebapi hostname: nwebapi
restart: always restart: always
@ -108,7 +108,7 @@ services:
sh -c "/wait && /app/n9e webapi" sh -c "/wait && /app/n9e webapi"
nserver: nserver:
image: ulric2019/nightingale:5.9.4 image: flashcatcloud/nightingale:latest
container_name: nserver container_name: nserver
hostname: nserver hostname: nserver
restart: always restart: always
@ -136,7 +136,7 @@ services:
sh -c "/wait && /app/n9e server" sh -c "/wait && /app/n9e server"
categraf: categraf:
image: "flashcatcloud/categraf:v0.1.9" image: "flashcatcloud/categraf:latest"
container_name: "categraf" container_name: "categraf"
hostname: "categraf01" hostname: "categraf01"
restart: always restart: always