mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-30 13:17:54 +00:00
12 lines
183 B
YAML
12 lines
183 B
YAML
db:
|
|
image: postgres
|
|
web:
|
|
build: .
|
|
command: python manage.py runserver 0.0.0.0:8000
|
|
volumes:
|
|
- .:/code
|
|
ports:
|
|
- "8000:8000"
|
|
links:
|
|
- db
|