2022-04-20 20:32:07 +00:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
2022-05-16 13:30:51 +00:00
|
|
|
app_proxy:
|
|
|
|
environment:
|
2022-12-04 20:18:22 +00:00
|
|
|
APP_HOST: snowflake_web_1
|
|
|
|
APP_PORT: 3800
|
2022-05-16 13:30:51 +00:00
|
|
|
|
2022-04-20 20:32:07 +00:00
|
|
|
proxy:
|
2023-11-16 06:20:40 +00:00
|
|
|
image: getumbrel/snowflake:v2.7.0@sha256:acc5713c5268d3e8c1349a69452451e4a73fe016ccf49621e36ed06f49d72948
|
2022-04-20 20:32:07 +00:00
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
|
|
|
command: "-log /data/snowflake.log -verbose"
|
|
|
|
volumes:
|
|
|
|
- ${APP_DATA_DIR}/data:/data
|
|
|
|
|
|
|
|
web:
|
|
|
|
image: getumbrel/gotty:v1.0.1@sha256:100571d271cfbae25603acac216afce511eece9961218c6db427e0fa4a58716a
|
|
|
|
restart: on-failure
|
|
|
|
stop_grace_period: 1m
|
2022-12-04 20:18:22 +00:00
|
|
|
command: --port 3800 --index "/snowflake/index.html" --title-format "Tor Snowflake Proxy" bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"'
|
2022-04-20 20:32:07 +00:00
|
|
|
volumes:
|
|
|
|
- ${APP_DATA_DIR}/data:/snowflake
|