Use newer Docker image by @timvisee

See https://gitlab.com/timvisee/send
This commit is contained in:
timvisee
2020-10-15 20:24:24 +02:00
parent cd595f018c
commit 70f5fc3cda
2 changed files with 13 additions and 4 deletions

View File

@@ -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