From 5bae54ac720d703ab83c8a80d6be6cc14b6fcf44 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 4 Aug 2025 18:57:30 +0200 Subject: Update Docuseal to v2.1.0, PrivateBin to v2.0.0 & Vaultwarden to v1.34.3 - Removed unused services: anubis-nginx, portainer, semaphore, wud - Updated versions for Docuseal, PrivateBin, and Vaultwarden --- anubis-nginx/compose.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 anubis-nginx/compose.yaml (limited to 'anubis-nginx') diff --git a/anubis-nginx/compose.yaml b/anubis-nginx/compose.yaml deleted file mode 100644 index 5471654..0000000 --- a/anubis-nginx/compose.yaml +++ /dev/null @@ -1,16 +0,0 @@ -services: - anubis-nginx: - image: ghcr.io/techarohq/anubis:latest - environment: - BIND: :8923 - DIFFICULTY: "5" - METRICS_BIND: :9090 - SERVE_ROBOTS_TXT: "true" - TARGET: http://nginx - ports: - - 10.0.0.1:8923:8923 - nginx: - image: nginx - volumes: - - ./www:/usr/share/nginx/html -networks: {} -- cgit v1.2.3