aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
blob: f17d14e6c035958b03212b549ca8b81a022151f9 (plain) (blame)
1
2
3
4
5
6
7
8
services:
  web:
    image: haircode/alphabetlearning:latest
    ports:
      - "8020:8020"
    volumes:
      - .:/app
    command: uv run manage.py runserver 0.0.0.0:8020