chore(send): update config
This commit is contained in:
parent
b549fde364
commit
b2a3a70bbf
|
@ -3,7 +3,7 @@
|
|||
"name": "Send",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 8108,
|
||||
"port": 8126,
|
||||
"id": "send",
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
|
|
|
@ -11,7 +11,7 @@ services:
|
|||
networks:
|
||||
- tipi_main_network
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/uploads
|
||||
- ${APP_DATA_DIR}/data/uploads:/uploads
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
# Networking
|
||||
|
@ -20,6 +20,7 @@ services:
|
|||
- REDIS_HOST=send-redis
|
||||
# Storage Limit
|
||||
- MAX_FILE_SIZE=2147483648
|
||||
- DETECT_BASE_URL=true
|
||||
depends_on:
|
||||
- send-redis
|
||||
labels:
|
||||
|
@ -41,3 +42,5 @@ services:
|
|||
interval: 1s
|
||||
timeout: 3s
|
||||
retries: 30
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# [![Send](https://gitlab.com/timvisee/send/-/raw/master/assets/icon.svg)](https://gitlab.com/timvisee/send/) Send
|
||||
|
||||
A fork of Mozilla's [Firefox Send][mozilla-send].
|
||||
Mozilla discontinued Send, this fork is a community effort to keep the project
|
||||
up-to-date and alive.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user