chore(send): update config
This commit is contained in:
parent
b549fde364
commit
b2a3a70bbf
|
@ -3,7 +3,7 @@
|
||||||
"name": "Send",
|
"name": "Send",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8108,
|
"port": 8126,
|
||||||
"id": "send",
|
"id": "send",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/uploads
|
- ${APP_DATA_DIR}/data/uploads:/uploads
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
# Networking
|
# Networking
|
||||||
|
@ -20,6 +20,7 @@ services:
|
||||||
- REDIS_HOST=send-redis
|
- REDIS_HOST=send-redis
|
||||||
# Storage Limit
|
# Storage Limit
|
||||||
- MAX_FILE_SIZE=2147483648
|
- MAX_FILE_SIZE=2147483648
|
||||||
|
- DETECT_BASE_URL=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- send-redis
|
- send-redis
|
||||||
labels:
|
labels:
|
||||||
|
@ -41,3 +42,5 @@ services:
|
||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 30
|
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].
|
A fork of Mozilla's [Firefox Send][mozilla-send].
|
||||||
Mozilla discontinued Send, this fork is a community effort to keep the project
|
Mozilla discontinued Send, this fork is a community effort to keep the project
|
||||||
up-to-date and alive.
|
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