services: web: # image: haircode/alphabetlearning:latest build: context: . network: host ports: - "8020:8020" volumes: - .:/app command: uv run manage.py runserver 0.0.0.0:8020