mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-12-01 22:14:04 +03:00
12 lines
132 B
YAML
12 lines
132 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
|
|
webapp:
|
|
build: ./
|
|
image: webapp
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "./:/code"
|