mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-22 14:56:53 -04:00
8 lines
109 B
YAML
8 lines
109 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
django:
|
|
image: marketscrape:0.0.1
|
|
build: .
|
|
ports:
|
|
- "8000:8000" |