Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rokerkony/dockerize-vps
Set your VPS with docker for multiple websites
https://github.com/rokerkony/dockerize-vps
Last synced: 9 days ago
JSON representation
Set your VPS with docker for multiple websites
- Host: GitHub
- URL: https://github.com/rokerkony/dockerize-vps
- Owner: rokerkony
- License: mit
- Created: 2016-07-11T13:07:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T13:14:38.000Z (over 8 years ago)
- Last Synced: 2024-08-01T13:36:32.066Z (3 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example how to set up VPS with docker for multiple websites
Example show 2 applications:
- [konradcerny.cz](http://konradcerny.cz) with `nginx:latest` and `PHP 5.5`
- [my-other-site.com](http://my-other-site.com) with `nginx:latest` and `PHP 7.0`Application code should be located in `/srv/www/konradcerny.cz` or `/srv/www/my-other-site.com`.
Content of these folders will linked as a volume to proper image.For more information follow this article on [medium.com](https://medium.com/@rokerkony/how-to-set-your-vps-with-docker-containers-for-multiple-websites-55524e59cae1)