This website requires JavaScript.
Explore
Help
Sign in
Benzine
/
Docker-PHP
Watch
1
Star
0
Fork
You've already forked Docker-PHP
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
89925c489d
Docker-PHP
/
bouncer
/
nginx.runit
6 lines
91 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
Setup script stub
2021-06-02 17:04:34 +00:00
echo "Starting Setup"
/app/setup
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
echo "Starting Nginx"
/usr/sbin/nginx
Reference in a new issue
Copy permalink