mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-12 00:19:17 +00:00
be287465ec
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
24 lines
764 B
YAML
24 lines
764 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: snowflake_web_1
|
|
APP_PORT: 3800
|
|
|
|
proxy:
|
|
image: getumbrel/snowflake:v2.4.1@sha256:36b666435f4f3952dd10afa948e760e46f7e3f6f30b6a6f16c6b0cbeba358916
|
|
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
|
|
command: --port 3800 --index "/snowflake/index.html" --title-format "Tor Snowflake Proxy" bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"'
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/snowflake
|