This website requires JavaScript.
Explore
Help
Sign in
Benzine
/
Docker-Swarm-Loadbalancer
Watch
1
Star
0
Fork
You've already forked Docker-Swarm-Loadbalancer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f6703f1dc9
Branches
Tags
No results found.
Docker-Swarm-Loadbalancer
/
bouncer
/
bouncer.runit
4 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
Feature/bouncer (#7) * Initial work * Setup script stub * Wrap runit and call dos2unix beforehand. * Working to the point I need to make it sync in and out of s3. * Seems like we're done and its working. * Add build process. * Add build process. * Bugfixes discovered during deployment. * Copy certs into /live because certbot is a pain. * More elegant about hammering letsencrypt. * Working!
2021-06-06 15:38:46 +00:00
#!/usr/bin/env bash
echo "Starting Bouncer"
/app/bouncer
Added support for swarm mode.
2022-05-05 14:42:53 +00:00
sleep 30;
Reference in a new issue
Copy permalink