services: templateweb: build: context: . dockerfile: TemplateWeb/Dockerfile environment: - ConnectionStrings__DefaultConnection=Data Source=/app/data/app.db volumes: - sqlite_data:/app/data ports: - "8080:8080" volumes: sqlite_data: