From 70f5fc3cdaee167660e07eacb617c1889ae29509 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 15 Oct 2020 20:24:24 +0200 Subject: [PATCH] Use newer Docker image by @timvisee See https://gitlab.com/timvisee/send --- .env.example | 4 +++- README.md | 13 ++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 87bd29e..cccfc20 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,7 @@ # 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 diff --git a/README.md b/README.md index f56d17e..c5093f2 100644 --- a/README.md +++ b/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