|
|
@ -8,3 +8,12 @@ services: |
|
|
|
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 |
|
|
|
ports: |
|
|
|
- 1234:1234 |
|
|
|
command: --port 1234 bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"' |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data:/snowflake |
|
|
|