Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincolnloop/docker-nginx-push-stream
Build Nginx push stream module packages for Ubuntu 14.04
https://github.com/lincolnloop/docker-nginx-push-stream
Last synced: 5 days ago
JSON representation
Build Nginx push stream module packages for Ubuntu 14.04
- Host: GitHub
- URL: https://github.com/lincolnloop/docker-nginx-push-stream
- Owner: lincolnloop
- Created: 2015-04-23T17:40:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T18:39:58.000Z (almost 7 years ago)
- Last Synced: 2024-07-30T15:32:42.148Z (5 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Build Nginx with the push stream module on Ubuntu 14.04 and upload to S3
docker build -t nginx_psm .
docker run --rm -e S3_BUCKET=your-bucket -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY nginx_psm