diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc new file mode 100644 index 0000000..62ec025 Binary files /dev/null and b/__pycache__/main.cpython-311.pyc differ diff --git a/channels.json b/channels.json index e536a19..5a512cf 100644 --- a/channels.json +++ b/channels.json @@ -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." } ] \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index cd29dbf..c06bd62 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 \ No newline at end of file