mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +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"
|