Final push: Correct directory structure and content

This commit is contained in:
Agent
2026-05-17 10:04:27 +00:00
commit 203518ac66
5 changed files with 40 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.8"
services:
app:
build: .
ports: ["8000:8000"]
depends_on: [db]
db:
image: postgres:13
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass
POSTGRES_DB: notes