cc12750
1
2
3
4
5
6
7
8
9
version: '3.8' services: api: build: . ports: - "7860:7860" environment: - DATABASE_URL=sqlite:///data/flights_database.db