Files
django_bartool_ovh/docker-compose.yml
2024-11-24 17:58:43 +00:00

11 lines
204 B
YAML

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