Skip to content

Files

Latest commit

Nov 1, 2021
307fec4 · Nov 1, 2021

History

History
23 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 594 Bytes

Getting Started

droplet install

  • droplet with docker
  • fixed ip
  • firewall
# in droplet once
git clone --recurse-submodules https://github.com/evertramos/nginx-proxy-automation.git webproxy
cd webproxy/bin && ./fresh-start.sh --yes -e [email protected] --skip-docker-image-check

# in dev
./build

# in droplet
docker stop mobtimer
docker rm mobtimer
docker run -d -e VIRTUAL_HOST=timer.mob.sh -e LETSENCRYPT_HOST=timer.mob.sh -e [email protected] -e PORT=80 --expose 80 --network=proxy --name mobtimer simonharrer/mob-timer:latest
echo "done"