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