1
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user