Files
fcb-ai-db-sync/docker-compose.yml
2025-01-22 08:58:03 +08:00

9 lines
196 B
YAML

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"]