We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feafe85 commit a38b5e3Copy full SHA for a38b5e3
README.md
@@ -5,13 +5,13 @@ Project template for Python projects + uv + Vertical Slice Architecture
5
# Execute project
6
7
```bash
8
-docker compose --file docker-compose-dev.yaml up --detach
+docker compose --file compose-dev.yaml up --detach
9
```
10
11
**Visual Studio Code -> Run and Debug -> api** (or `uv run -- fastapi dev src/python_template/api/main.py`)
12
13
14
-docker compose --file docker-compose-dev.yaml down --volumes
+docker compose --file compose-dev.yaml down --volumes
15
16
17
# Reasonings
docker-compose-dev.yaml compose-dev.yamldocker-compose-dev.yaml renamed to compose-dev.yaml
0 commit comments