zone visualization

This commit is contained in:
Ekaropolus 2025-05-18 22:01:18 -06:00
parent 894dd1d92d
commit 8a95ff9ad3

View File

@ -1,15 +0,0 @@
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