https://github.com/outlandishideas/docker-nginx
https://github.com/outlandishideas/docker-nginx
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outlandishideas/docker-nginx
- Owner: outlandishideas
- Created: 2020-09-19T09:18:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T10:25:11.000Z (about 4 years ago)
- Last Synced: 2026-01-12T16:36:41.433Z (5 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# docker-nginx
An nginx container to run alongside Dockerised php-fpm apps on ECS.
Requirements:
* Fargate 1.4.0+ used for compute;
* networking mode is `awsvpc` (as required for the above): this means the other task is reachable on 127.0.0.1;
* shared ephemeral volume mounted at `/mount/ephemeral`;
* `/var/www/html/web` in the app symlinked to `/mount/ephemeral/web`
and public content expected to live there;
* php-fpm listening on port 9000.