setup docker image

This commit is contained in:
2024-11-24 17:58:43 +00:00
parent 8429e985df
commit d3a01fe93d
5 changed files with 34 additions and 4 deletions

10
docker-compose.yml Normal file
View 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