This is just a swarm stack that runs transfer.sh. To deploy it you need to do :
export TRAEFIK_BACKEND=transfersh export TRAEFIK_HOSTNAME=host.domain.com export HTTP_USER=username export HTTP_PASS=password docker stack deploy -c stack.yml transfershThere is also a docker compose file if you want to quickly run it locally. Just run :
docker compose up