services: thuis_api: build: . container_name: thuis_api ports: - "8080:80" volumes: - "./db.sqlite3:/app/db.sqlite3"