mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-21 14:26:52 -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" |