services:
api:
build: .
image: app
ports:
- "8001:8001"
volumes:
- .:/app:ro
- ./datings.db:/app/datings.db:rw