diff --git a/data/business.db b/data/business.db new file mode 100644 index 0000000..2f0222e Binary files /dev/null and b/data/business.db differ diff --git a/data/finance.db b/data/finance.db new file mode 100644 index 0000000..1accb19 Binary files /dev/null and b/data/finance.db differ diff --git a/data/system.db b/data/system.db new file mode 100644 index 0000000..46ad167 Binary files /dev/null and b/data/system.db differ diff --git a/docker-compose.yml b/docker-compose.yml index 0a8d044..5da0530 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,16 @@ services: video-factory: build: - dockerfile: Dockerfile + context: .. + dockerfile: video-factory/Dockerfile container_name: video-factory ports: - "3006:3006" volumes: - /data/video-factory/workspace:/app/workspace - - /data/video-factory/short_drama.db:/app/short_drama.db + - /data/video-factory/business.db:/app/data/business.db + - /data/video-factory/system.db:/app/data/system.db + - /data/video-factory/finance.db:/app/data/finance.db restart: unless-stopped networks: