services: app: build: . ports: - "8000:8000" volumes: - ./appdata:/app environment: - DATABASE_URL=sqlite:////app/data/app.db restart: unless-stopped