mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
11 lines
157 B
YAML
11 lines
157 B
YAML
version: '3'
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
command: python3 manage.py runserver 0.0.0.0:8000
|
|
volumes:
|
|
- .:/app
|
|
ports:
|
|
- "8000:8000"
|