services: dockpeek: image:ghcr.io/dockpeek/dockpeek:latest container_name:dockpeek restart:unless-stopped ports: -"8644:8000" volumes: -/var/run/docker.sock:/var/run/docker.sock environment: -SECRET_KEY=my_secret_key# Set secret key -USERNAME=admin# Change default username -PASSWORD=admin# Change default password # Docker Host 1 -DOCKER_HOST_1_URL=unix:///var/run/docker.sock# Required for DOCKER_HOST_N: URL of the additional Docker host. -DOCKER_HOST_1_NAME=ds3617xs# Required for DOCKER_HOST_N: Display name shown in the UI. -DOCKER_HOST_1_PUBLIC_HOSTNAME=# Optional: Public hostname or IP for clickable links. If empty, inferred from the URL. # Docker Host 2 -DOCKER_HOST_2_URL=tcp://192.168.0.199:2375# Required for DOCKER_HOST_N: URL of the additional Docker proxy. -DOCKER_HOST_2_NAME=ds918# Required for DOCKER_HOST_N: Display name shown in the UI. -DOCKER_HOST_2_PUBLIC_HOSTNAME=# Optional: Public hostname or IP for clickable links. If empty, inferred from the URL. # Example: Use device name like 'NAS' for easier access via Tailscale.