Skip to content

Instantly share code, notes, and snippets.

View whatevea's full-sized avatar
👷‍♂️
CALM

Sandiph Bamrel whatevea

👷‍♂️
CALM
View GitHub Profile
@dmengelt
dmengelt / docker-compose.yml
Last active December 9, 2024 11:48
⚙️ a configuration to run a unifi cloud key behind traefik
version: "3.3"
services:
traefik:
image: traefik:v2.2.0
container_name: traefik
restart: unless-stopped
command:
- --log.level=DEBUG
- --api