mirror of
https://github.com/evgen-app/evg-app-back.git
synced 2024-11-10 19:26:33 +03:00
10 lines
161 B
YAML
10 lines
161 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
command: python manage.py runserver 0.0.0.0:5000
|
|
volumes:
|
|
- .:/code
|
|
ports:
|
|
- "5000:5000" |