Add docker compose build file
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
network_mode: host
|
||||
|
||||
volumes:
|
||||
- sqlite-database:/app/database
|
||||
working_dir: /app
|
||||
command: sh ./run_production_server.sh
|
||||
|
||||
volumes:
|
||||
sqlite-database:
|
||||
Reference in New Issue
Block a user