diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
commit | bd967b68a274f79a0c5f351d228ff9279e0e9a89 (patch) | |
tree | d207feaf70f34c7c9468e83ef43dd9e0fc169e35 /anubis-nginx/compose.yaml |
Initial commit
Diffstat (limited to 'anubis-nginx/compose.yaml')
-rw-r--r-- | anubis-nginx/compose.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/anubis-nginx/compose.yaml b/anubis-nginx/compose.yaml new file mode 100644 index 0000000..5471654 --- /dev/null +++ b/anubis-nginx/compose.yaml @@ -0,0 +1,16 @@ +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: {} |