setup docker image
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
command: gunicorn bartool_ovh.wsgi:application --bind 0.0.0.0:8000
|
||||
volumes:
|
||||
- ./app/:/usr/src/app/
|
||||
ports:
|
||||
- 8100:8000
|
||||
env_file:
|
||||
- ./env.dev
|
||||
Reference in New Issue
Block a user