22 lines
507 B
YAML
22 lines
507 B
YAML
services:
|
|
caddy:
|
|
image: xxxtest/caddy
|
|
build: .
|
|
ports:
|
|
- 8080:80
|
|
- 8443:443
|
|
volumes:
|
|
- "../pki/caddy.local.cetacean.club:/etc/sad.ovh/pki/caddy.local.cetacean.club/"
|
|
|
|
nuke:
|
|
image: git.sad.ovh/sophie/nuke:main
|
|
environment:
|
|
BIND: ":3000"
|
|
TARGET: http://httpdebug:3000
|
|
POLICY_FNAME: /etc/sad.ovh/nuke/less_paranoid.yaml
|
|
volumes:
|
|
- ../nuke_configs:/etc/sad.ovh/nuke
|
|
|
|
httpdebug:
|
|
image: ghcr.io/xe/x/httpdebug
|
|
pull_policy: always
|