diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-04 18:57:30 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-08-04 18:57:30 +0200 |
commit | 5bae54ac720d703ab83c8a80d6be6cc14b6fcf44 (patch) | |
tree | 99fb0593537b399bb1ec1a63f036a0c9919cfce3 /anubis-nginx | |
parent | 469ef7f7cec594202c899db66a6e7032aee2e8f8 (diff) |
- Removed unused services: anubis-nginx, portainer, semaphore, wud
- Updated versions for Docuseal, PrivateBin, and Vaultwarden
Diffstat (limited to 'anubis-nginx')
-rw-r--r-- | anubis-nginx/compose.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
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: {} |