Commit a3a5f847 authored by nanahira's avatar nanahira

new

parent 9110c119
version: '2.4'
services:
cloudflared:
restart: always
image: cloudflare/cloudflared:{{version}}
network_mode: host
command: '{{command}}'
...@@ -2,7 +2,7 @@ version: '2.4' ...@@ -2,7 +2,7 @@ version: '2.4'
services: services:
gocq: gocq:
restart: always restart: always
image: git-registry.mycard.moe/3rdeye/docker-go-cqhttp:v1-0-0-rc1-x86 image: git-registry.mycard.moe/3rdeye/docker-go-cqhttp:latest
network_mode: host network_mode: host
volumes: volumes:
- ./templates:/data - ./templates:/data
version: '2.4'
services:
{% for rule in rules %}
'socat-{{rule.listen}}':
restart: always
image: alpine/socat
ports:
- '{{rule.listen}}:3000'
command: 'tcp-listen:3000,fork,reuseaddr tcp-connect:{{rule.to}}'
{% endif %}
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