forked from DevOps/deploy.stack
chore: add env.cfg.example templates and clean up config files
This commit is contained in:
@@ -49,9 +49,9 @@ services:
|
||||
- nightingale
|
||||
command:
|
||||
- "--loggerTimezone=Asia/Shanghai"
|
||||
|
||||
|
||||
nightingale:
|
||||
image: flashcatcloud/nightingale:8.5.0
|
||||
image: flashcatcloud/nightingale:9.0.0
|
||||
container_name: nightingale
|
||||
hostname: nightingale
|
||||
restart: always
|
||||
@@ -100,4 +100,4 @@ services:
|
||||
# depends_on:
|
||||
# - nightingale
|
||||
# links:
|
||||
# - nightingale:nightingale
|
||||
# - nightingale:nightingale
|
||||
|
||||
@@ -2,12 +2,10 @@ networks:
|
||||
nightingale:
|
||||
driver: bridge
|
||||
|
||||
|
||||
services:
|
||||
|
||||
redis:
|
||||
image: "redis:8-alpine"
|
||||
container_name: redis
|
||||
container_name: n9e_redis
|
||||
hostname: redis
|
||||
restart: always
|
||||
ports:
|
||||
@@ -18,7 +16,7 @@ services:
|
||||
- nightingale
|
||||
|
||||
nightingale:
|
||||
image: flashcatcloud/nightingale:8.5.0
|
||||
image: flashcatcloud/nightingale:9.0.0
|
||||
container_name: nightingale
|
||||
hostname: nightingale
|
||||
restart: always
|
||||
@@ -38,4 +36,4 @@ services:
|
||||
links:
|
||||
- redis:redis
|
||||
command: >
|
||||
sh -c "/app/n9e"
|
||||
sh -c "/app/n9e"
|
||||
|
||||
+1
-1
@@ -13,4 +13,4 @@ compose-pgsql 目录下是 postgresql 版本
|
||||
### 注意事项
|
||||
- 请根据实际情况选择合适的版本进行安装部署。
|
||||
- 请先复制 compose-* 目录下的文件到目标目录。并修改其中的环境变量和配置文件。
|
||||
- 防止使用默认值导致的安全问题。
|
||||
- 防止使用默认值导致的安全问题。
|
||||
|
||||
Reference in New Issue
Block a user