Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added __pycache__/main.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"id": "arjancodes",
"name": "ArjanCodes",
"tags": ["software design", "python"],
"tags": ["software design", "python", "Software at scale"],
"description": "ArjanCodes focuses on helping you become a better software developer."
}
]
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ services:
app:
build: .
container_name: simple-python-server
command: uvicorn main:app --host 0.0.0.0 --port 80 --reload
command: uvicorn main:app --host 0.0.0.0 --port 80 --reload --reload-include *
ports:
- 8080:80
- 8081:80
volumes:
- .:/app