blob: 7692ef972da7b6a285cd877d558acbbf3499564f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|