init
This commit is contained in:
15
docker-compose.dev.yml
Normal file
15
docker-compose.dev.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
web:
|
||||
restart: "no"
|
||||
ports:
|
||||
- "${LISTEN_PORT:-8000}:80"
|
||||
volumes:
|
||||
- ./nginx/dev.nginx:/etc/nginx/nginx.conf:ro
|
||||
|
||||
app:
|
||||
volumes:
|
||||
- ./app:/app
|
||||
restart: "no"
|
||||
command: >
|
||||
sh -c "python manage.py migrate --noinput &&
|
||||
./dev_run.sh"
|
||||
Reference in New Issue
Block a user