diff --git a/__pycache__/server.cpython-312.pyc b/__pycache__/server.cpython-312.pyc index ae9596d..8abd42b 100644 Binary files a/__pycache__/server.cpython-312.pyc and b/__pycache__/server.cpython-312.pyc differ diff --git a/docker-compose.yml b/docker-compose.yml index de12f25..0b7a220 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,8 @@ -version: "3.9" - services: backend: build: context: . - dockerfile: Dockerfile # Use Dockerfile.prod for production + dockerfile: Dockerfile # Use Dockerfile.prod for production ports: - "8000:8000" env_file: @@ -12,8 +10,5 @@ services: environment: DATABASE_URL: "{DATABASE_URL}" volumes: - - .:/app # sync code for hot reload - depends_on: - - db + - .:/app # sync code for hot reload - \ No newline at end of file