mirror of https://github.com/lukechilds/umbrel.git
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
proxy: |
|||
image: getumbrel/snowflake:v2.1.0@sha256:875a513540a132752a4b09f5d6de4ed41399c5331265d6576dcfb5952bb22053 |
|||
restart: on-failure |
|||
stop_grace_period: 1m |
|||
command: "-log /data/snowflake.log -verbose" |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data:/data |
Loading…
Reference in new issue