/films implementation

This commit is contained in:
2025-11-12 13:57:40 +03:00
parent 5d7b1da363
commit d2d8799dd3
5 changed files with 620 additions and 55 deletions

9
compose.yaml Normal file
View File

@ -0,0 +1,9 @@
services:
database:
image: "docker.io/postgres:17"
environment:
POSTGRES_DB: "my-db"
POSTGRES_USER: "user"
POSTGRES_PASSWORD: "pass"
ports:
- 5463:5432