定时同步数据库功能
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
fcb_ai_db_sync:
|
||||
image: fcb_ai_db_sync:1.0.0
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
container_name: fcb_ai_db_sync
|
||||
hostname: fcb_ai_db_sync
|
||||
command: ["cron.py"]
|
||||
Reference in New Issue
Block a user