Commit bc494697 authored by nanahira's avatar nanahira

update

parent d3a59e68
version: '2.4' version: '2.4'
services: services:
dice-cloud: {% for instance in instances %}
attacker-{{ instance.name }}:
restart: always restart: always
image: git-registry.mycard.moe/nanahira/dice-attacker image: git-registry.mycard.moe/nanahira/dice-attacker:master
scale: {{size}} network_mode: host
environment:
PARELLEL: '{{instance.count}}'
ATTACKER: '{{instance.name}}'
{% endfor %}
version: '2.4'
services:
{% for eth in interfaces %}
dnsa-{{eth}}:
restart: always
image: registry.hlsjgw.com/nanahira/dns-analysis:master
network_mode: host
privileged: true
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
TZ: Asia/Shanghai
DB_HOST: '{{DB_HOST}}'
DB_PORT: '{{DB_PORT}}'
DB_USER: '{{DB_USER}}'
DB_PASS: '{{DB_PASS}}'
DB_NAME: '{{DB_NAME}}'
DB_NO_INIT: 1
INTERFACE: '{{eth}}'
{% endfor %}
version: '2.4'
services:
shadowban:
restart: always
image: git-registry.mycard.moe/nanahira/shadowban-eu-backend:steve
ports:
- '{{ansible_ssh_host}}:{{port}}:80'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment