diff --git a/docker-compose.yml b/docker-compose.yml index db90001..2a9a163 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,4 +173,18 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock + + + homarr: + container_name: homarr + image: ghcr.io/homarr-labs/homarr:latest + restart: unless-stopped + volumes: + - /var/run/docker.sock:/var/run/docker.sock # Optional: enables Docker integration + - ${CONFIG_PATH}/homarr:/appdata # Persistent config/data storage + environment: + - SECRET_ENCRYPTION_KEY=${SECRET_KEY} # Required: paste 64-char hex string here + - TZ=America/Chicago # Set your timezone + ports: + - 7575:7575 \ No newline at end of file