app.polisplexity.tech/docker-compose.override.yml
Ekaropolus e92f86a298
Some checks reported errors
continuous-integration/drone/push Build was killed
Accounts Framework added
2025-05-16 19:51:14 -06:00

16 lines
302 B
YAML

version: "3.8"
services:
web:
build:
context: .
dockerfile: Dockerfile.dev
command: >
sh -c "python manage.py migrate &&
python manage.py runserver 0.0.0.0:8000"
ports:
- "8011:8000"
volumes:
- .:/app
- ./staticfiles:/app/staticfiles