Skip to content

Docker Deployment

xbdm edited this page Aug 24, 2023 · 1 revision

€⁠20 on Hetzner Cloud

Automatic Installs

https://github.com/WhateverItWorks/Watchtower

Ensure Docker Engine and Docker Compose are installed before beginning.

Run send in production with docker-compose:

apt install git
git clone https://github.com/timvisee/send.git
cd send
nano docker-compose.yml
chmod 777 uploads
docker-compose pull
docker-compose up -d

Should be running at: http://localhost:1234

Run send in developer with docker-compose:

apt install git
git clone https://github.com/timvisee/send.git
cd send
nano docker-compose.yml
chmod 777 uploads
docker-compose up -d --build

Should be running at: http://localhost:1234

Clone this wiki locally