Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
nginx-proxy
Commits
91d7f423
Commit
91d7f423
authored
Jan 07, 2019
by
Florian Heder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated nginx - improved upstart behavior
parent
6f7efa3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
docker-compose.yml
docker-compose.yml
+4
-1
No files found.
docker-compose.yml
View file @
91d7f423
...
@@ -2,8 +2,9 @@ version: '3'
...
@@ -2,8 +2,9 @@ version: '3'
services
:
services
:
nginx
:
nginx
:
image
:
nginx:1.1
3.1
image
:
nginx:1.1
5
container_name
:
nginx-proxy
container_name
:
nginx-proxy
restart
:
always
ports
:
ports
:
-
"
80:80"
-
"
80:80"
-
"
443:443"
-
"
443:443"
...
@@ -18,6 +19,7 @@ services:
...
@@ -18,6 +19,7 @@ services:
dockergen
:
dockergen
:
image
:
jwilder/docker-gen:0.7.3
image
:
jwilder/docker-gen:0.7.3
container_name
:
nginx-proxy-gen
container_name
:
nginx-proxy-gen
restart
:
always
depends_on
:
depends_on
:
-
nginx
-
nginx
command
:
-notify-sighup nginx-proxy -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
command
:
-notify-sighup nginx-proxy -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
...
@@ -32,6 +34,7 @@ services:
...
@@ -32,6 +34,7 @@ services:
letsencrypt
:
letsencrypt
:
image
:
jrcs/letsencrypt-nginx-proxy-companion
image
:
jrcs/letsencrypt-nginx-proxy-companion
container_name
:
nginx-proxy-le
container_name
:
nginx-proxy-le
restart
:
always
depends_on
:
depends_on
:
-
nginx
-
nginx
-
dockergen
-
dockergen
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment