init
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- MAX_UPLOAD_SIZE_MB=500
|
||||
volumes:
|
||||
- /tmp/apoena-audio:/tmp/apoena-audio
|
||||
Reference in New Issue
Block a user