Commit Graph

71 Commits

Author SHA1 Message Date
kyle
bf77474a11 use HTTPS for Petstore by default (#4652) 2018-06-15 14:36:15 -07:00
Jake Reed
71d39af443 fix(docker): MAINTAINER deprecated. Use LABEL. (#4370) 2018-03-27 12:02:22 -07:00
Paulo Schneider
f29202fed8 improve(docker): support multiple API URLs option (#4044)
The API_URLS environment variable can be used to run the Docker image with multiple urls.

Example:
docker run -p 80:8080 -e API_URLS=[{name:"First API", url:"http://firstapiurl"},{name:"Second API", url:"http://secondapiurl"}] swaggerapi/swagger-ui
2018-01-19 12:35:20 -06:00
David Muto
5b1dbec9b0 feature(docker-image): allow custom nginx port within container (#4086)
* Use PORT to override nginx listen port when defined
* Add dockerignore to make build context smaller
2018-01-12 13:52:09 -06:00
Michael Parker
5db4131046 Allow UI base url to be customizable 2017-11-28 12:01:49 -06:00
Michael Mrowetz
494b99ebef update base-image to alpine 3.5 2017-05-25 10:55:38 +09:00
Tony Tam
3ce9baee30 added variables for docker 2017-04-11 13:59:34 -07:00
Ron
7f525a8730 gone with the public 2017-04-04 14:37:45 -07:00
Kyle Shockey
4a81a12f93 Webpack build and Dockerfile updates, to account for new structure 2017-03-24 21:55:17 -07:00
Damiano Petrungaro
a5a65589ce Added missing slash 2017-03-20 09:45:27 +01:00
Tony Tam
a45cef0e24 copy all files 2017-03-19 12:14:18 -07:00
Tony Tam
9afe6802db added dockerfile instructions 2017-03-18 13:58:30 -07:00
Ron
bd8344c808 out with the old 2017-03-17 20:34:15 -07:00
janpapenbrock
b2e313f3e3 Attach nginx process to PID 1 so the container can be stopped properly. 2017-02-23 17:55:16 +01:00
Chunyang Wang
f8e5e57540 create required directory to store nginx pid 2016-12-01 16:55:59 +08:00
Roman Tarnavski
595f604379 - added nginx.conf to provide greater flexibility of configuration (ie. listening port)
- reverted to port 8080 for the docker image
2016-05-07 17:46:45 +10:00
Roman Tarnavski
7a47fb8024 - switching to alpine:3.3
- removed node dependency
- removed un-necessary source-code bulk

- serving just the static content
2016-05-05 19:37:34 +10:00
Roman Tarnavski
2c7cad3f47 - changed to a smaller OS footprint (VMware's Photon OS)
- simplified Dockerfile definition
- explicitly exposed the port
2016-04-29 15:55:56 +10:00
Ron
f3e7beecf3 Updated project location 2015-06-04 15:36:42 -04:00
Akshat Aranya
235e0c00da fixes to docker installation 2015-02-05 08:28:36 -08:00
Tony Tam
d2717710d6 merged from develop_2.0 2015-02-01 02:27:52 -08:00