mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
Use newer Docker image by @timvisee
See https://gitlab.com/timvisee/send
This commit is contained in:
13
README.md
13
README.md
@@ -1,6 +1,6 @@
|
||||
# Firefox Send in Docker compose
|
||||
# Send in Docker compose
|
||||
This repository provides a basic Docker compose configuration to host a public
|
||||
[Firefox Send](https://github.com/mozilla/send) instance on your own domain.
|
||||
[Send](https://gitlab.com/timvisee/send) instance on your own domain.
|
||||
|
||||
- Hosts on your own domain
|
||||
- Provides automatic SSL certificates through LetsEncrypt
|
||||
@@ -8,6 +8,11 @@ This repository provides a basic Docker compose configuration to host a public
|
||||
This configuration exposes a reverse proxy on ports 80 and 443, so these must be
|
||||
available.
|
||||
|
||||
This uses the latest Send version from
|
||||
[`timvisee/send`](https://gitlab.com/timvisee/send) because
|
||||
[`mozilla/send`](https://github.com/mozilla/send) has been archived.
|
||||
This is configurable in your [`.env`](.env.example) file.
|
||||
|
||||
See [docker-compose.yaml](./docker-compose.yaml).
|
||||
|
||||
### Usage
|
||||
@@ -20,7 +25,9 @@ See [docker-compose.yaml](./docker-compose.yaml).
|
||||
### Example .env
|
||||
```bash
|
||||
# Docker image to use for Send
|
||||
DOCKER_SEND_IMAGE=mozilla/send:latest
|
||||
# - Latest Send version by @timvisee: registry.gitlab.com/timvisee/send:latest
|
||||
# - Outdated (archived) Send version by Mozilla: mozilla/send:latest
|
||||
DOCKER_SEND_IMAGE=registry.gitlab.com/timvisee/send:latest
|
||||
|
||||
# Host to expose Send on
|
||||
HOST=send.example.org
|
||||
|
||||
Reference in New Issue
Block a user