2026-06-11 11:31:02 +08:00
|
|
|
name: proxy-gost
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
gost:
|
2026-06-11 13:09:40 +08:00
|
|
|
image: gogost/gost:latest
|
2026-06-11 11:31:02 +08:00
|
|
|
network_mode: host
|
2026-06-11 16:56:09 +08:00
|
|
|
volumes:
|
2026-06-11 17:03:49 +08:00
|
|
|
- ./gost/gost.yaml:/etc/gost/gost.yaml
|
2026-06-11 17:37:43 +08:00
|
|
|
- ./gost/logs:/var/log/gost
|
2026-06-15 17:01:30 +08:00
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
otel-collector:
|
|
|
|
|
image: otel/opentelemetry-collector-contrib:0.153.0
|
|
|
|
|
network_mode: host
|
|
|
|
|
volumes:
|
|
|
|
|
- ./otel/collector.yaml:/etc/otelcol-contrib/config.yaml
|
|
|
|
|
environment:
|
|
|
|
|
GOST_LOG_ENDPOINT: ${GOST_LOG_ENDPOINT}
|
2026-06-11 13:09:40 +08:00
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
caddy:
|
|
|
|
|
image: caddy:latest
|
|
|
|
|
network_mode: host
|
|
|
|
|
volumes:
|
2026-06-11 17:03:49 +08:00
|
|
|
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
|
2026-06-15 17:01:30 +08:00
|
|
|
environment:
|
|
|
|
|
GOST_API_DOMAIN: ${GOST_API_DOMAIN}
|
|
|
|
|
GOST_API_USERNAME: ${GOST_API_USERNAME}
|
|
|
|
|
GOST_API_PASSWORD: ${GOST_API_PASSWORD}
|
2026-06-11 11:31:02 +08:00
|
|
|
restart: unless-stopped
|