Commit ed698c58 authored by nanahira's avatar nanahira

sofar

parent 333c4b0f
......@@ -3,7 +3,6 @@ services:
gocq:
restart: always
image: git-registry.mycard.moe/3rdeye/docker-go-cqhttp:master-x86
ports:
- '{{ansible_ssh_host}}:{{port}}:6700'
network_mode: host
volumes:
- ./templates:/data
......@@ -85,8 +85,8 @@ servers:
# 正向WS设置
- ws:
# 正向WS服务器监听地址
host: 0.0.0.0
host: '{{ansible_ssh_host}}'
# 正向WS服务器监听端口
port: 6700
port: {{port}}
middlewares:
<<: *default # 引用默认中间件
version: '2.4'
services:
zhixiang:
restart: always
image: git-registry.mycard.moe/nanahira/zhixiang-attacker
scale: {{size}}
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