docker-hybrid/hb_bounce/docker-compose.yml
2021-02-22 00:17:16 +00:00

54 lines
997 B
YAML

# 100.64.48.20/30 100.64.66.32/27
version: "3.8"
networks:
default:
ipam:
driver: default
config:
- subnet: 100.64.48.20/30
eggdrop:
ipam:
driver: default
config:
- subnet: 100.64.66.32/29
internal: true
hub:
external:
name: hb_hub_bounce
tor:
external:
name: hb_tor_bounce
services:
bounce:
restart: unless-stopped
hostname: b0unc3.n3tw3rk.1ns3cur1ty.c0rp
build:
context: ../znc
dockerfile: Dockerfile
image: znc:latest
command: "znc -f -r -d /home/znc/.znc"
environment:
LANG: en_US.utf8
TZ: UTC
ulimits:
nproc: 65535
nofile:
soft: 1024000
hard: 1024000
networks:
default:
ipv4_address: 100.64.48.22
hub:
ipv4_address: 100.64.64.43
eggdrop:
ipv4_address: 100.64.66.34
tor:
ipv4_address: 100.64.65.27
volumes:
- ephemeral:/home/znc:rw
volumes:
ephemeral: