aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
blob: 1d1c7f850cd9e8c1666dc602edcb1db2d162fa62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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:
      - 10.0.0.1:8088:8088
    restart: unless-stopped
networks: {}
...