fix(ci): remove invalid variable (#934)

This commit is contained in:
ttimochan
2023-01-13 14:30:41 +08:00
committed by GitHub
parent 82c9d206d1
commit 40faa3502c
3 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ services:
app:
container_name: mx-server
image: innei/mx-server:latest
command: node index.js --redis_host=redis --db_host=mongo --allowed_origins=${ALLOWED_ORIGINS} --jwt_secret=${JWT_SECRET} --color --encrypt_key={ENCRYPT_KEY} --encrypt_enable={ENCRYPT_ENABLE}
command: node index.js --redis_host=redis --db_host=mongo --allowed_origins=${ALLOWED_ORIGINS} --jwt_secret=${JWT_SECRET} --color --encrypt_key={ENCRYPT_KEY}
environment:
- TZ=Asia/Shanghai
- NODE_ENV=production