mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
comment docker-compose.yml backup
This commit is contained in:
@@ -35,14 +35,14 @@ services:
|
||||
ports:
|
||||
- "9000:9000"
|
||||
restart: always
|
||||
backup:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/deepzz/backup
|
||||
container_name: backup
|
||||
links:
|
||||
- mongodb
|
||||
environment:
|
||||
- QINIU_BUCKET=xxxx
|
||||
- QINIU_DOMAIN=xx.example.com
|
||||
- ACCESS_KEY=xxxxxxxxxx
|
||||
- SECRECT_KEY=xxxxxxxxxx
|
||||
restart: always
|
||||
# backup:
|
||||
# image: registry.cn-hangzhou.aliyuncs.com/deepzz/backup
|
||||
# container_name: backup
|
||||
# links:
|
||||
# - mongodb
|
||||
# environment:
|
||||
# - QINIU_BUCKET=xxxx
|
||||
# - QINIU_DOMAIN=xx.example.com
|
||||
# - ACCESS_KEY=xxxxxxxxxx
|
||||
# - SECRECT_KEY=xxxxxxxxxx
|
||||
# restart: always
|
||||
|
||||
Reference in New Issue
Block a user