diff --git a/docker-templates/backrest/compose.yml b/docker-templates/backrest/compose.yml index 3106896..592b82f 100644 --- a/docker-templates/backrest/compose.yml +++ b/docker-templates/backrest/compose.yml @@ -40,4 +40,15 @@ networks: homelab-network: external: true traefik-network: - external: true \ No newline at end of file + external: true + +x-dockge: + urls: + - https://${PROXY_URL} + - ${LOCAL_URL} + +x-arcane: + icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/calibre-web.svg + urls: + - https://${PROXY_URL} + - ${LOCAL_URL} \ No newline at end of file