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:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
restart: always
|
restart: always
|
||||||
backup:
|
# backup:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/deepzz/backup
|
# image: registry.cn-hangzhou.aliyuncs.com/deepzz/backup
|
||||||
container_name: backup
|
# container_name: backup
|
||||||
links:
|
# links:
|
||||||
- mongodb
|
# - mongodb
|
||||||
environment:
|
# environment:
|
||||||
- QINIU_BUCKET=xxxx
|
# - QINIU_BUCKET=xxxx
|
||||||
- QINIU_DOMAIN=xx.example.com
|
# - QINIU_DOMAIN=xx.example.com
|
||||||
- ACCESS_KEY=xxxxxxxxxx
|
# - ACCESS_KEY=xxxxxxxxxx
|
||||||
- SECRECT_KEY=xxxxxxxxxx
|
# - SECRECT_KEY=xxxxxxxxxx
|
||||||
restart: always
|
# restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user