Files
fcb-ai-db-sync/docker-compose.yml
2025-02-24 14:35:58 +08:00

9 lines
206 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: ["fcb_ai_db_sync.py"]