# docker-compose.yml services: app: build: context: . dockerfile: Dockerfile ports: - "8000:8000" environment: - APP_ENV=production - DB_CONNECTION=sqlite