aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:49:30 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2025-05-24 16:49:30 +0200
commita6df26dd80b55d49bbcabef50770deff66d47d07 (patch)
tree88b8b7fdbbe98e4c32f0a107f9ce24ad591d9cab
parentd0c2a4e9b5c9003b6601b5e83fe620c68c99e735 (diff)
Updated compose.yaml to match vpn IP and comments to test anubix
-rw-r--r--compose.yaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/compose.yaml b/compose.yaml
index 4b03aa5..439709f 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -1,10 +1,19 @@
----
services:
+ #anubis-nginx:
+ # image: ghcr.io/techarohq/anubis:latest
+ # environment:
+ # BIND: :8923
+ # DIFFICULTY: "5"
+ # METRICS_BIND: :9090
+ # SERVE_ROBOTS_TXT: "true"
+ # TARGET: http://acid-banger
+ # ports:
+ # - 10.0.0.1:8923:8923
acid-banger:
build:
context: .
dockerfile: Dockerfile
ports:
- - "127.0.0.1:8088:8088"
+ - 10.0.0.1:8088:8088
restart: unless-stopped
-...
+networks: {}