services: dashboard: build: context: . dockerfile: Dockerfile image: homelab-dashboard:latest container_name: homelab-dashboard ports: - "8888:80" restart: unless-stopped logging: driver: json-file options: max-size: "1m" max-file: "2"