Make SubFox production-ready with parallel translation and UI controls
This commit is contained in:
parent
c40b8bed2b
commit
2b1d05f02c
6046 changed files with 798327 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
subfox:
|
||||
build: .
|
||||
container_name: subfox
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./uploads:/app/uploads
|
||||
- ./outputs:/app/outputs
|
||||
- /mnt/user/appdata/subfox/cache:/data/cache
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue