19 lines
382 B
YAML
19 lines
382 B
YAML
name: proxy-gost
|
|
|
|
services:
|
|
gost:
|
|
image: gogost/gost:latest
|
|
network_mode: host
|
|
volumes:
|
|
- ./gost/gost.yaml:/etc/gost/gost.yaml
|
|
command: >
|
|
-api $GOST_USERNAME:$GOST_PASSWORD@:9700
|
|
restart: unless-stopped
|
|
|
|
caddy:
|
|
image: caddy:latest
|
|
network_mode: host
|
|
volumes:
|
|
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
|
|
restart: unless-stopped
|