File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ services:
34
34
- etc/environment.yml
35
35
- etc/environment.development.yml
36
36
environment :
37
- - VIRTUAL_HOST=boilerplate.docker
37
+ - VIRTUAL_HOST=.app.boilerplate.docker
38
+ - VIRTUAL_PORT=80
38
39
39
40
# ######################################
40
41
# MySQL server
@@ -91,6 +92,9 @@ services:
91
92
# env_file:
92
93
# - etc/environment.yml
93
94
# - etc/environment.development.yml
95
+ # environment:
96
+ # - VIRTUAL_HOST=solr.boilerplate.docker
97
+ # - VIRTUAL_PORT=8983
94
98
95
99
# ######################################
96
100
# Elasticsearch
@@ -106,6 +110,9 @@ services:
106
110
# env_file:
107
111
# - etc/environment.yml
108
112
# - etc/environment.development.yml
113
+ # environment:
114
+ # - VIRTUAL_HOST=elasticsearch.boilerplate.docker
115
+ # - VIRTUAL_PORT=9200
109
116
110
117
# ######################################
111
118
# Redis
@@ -139,7 +146,8 @@ services:
139
146
ports :
140
147
- 8025:8025
141
148
environment :
142
- - VIRTUAL_HOST=mailhog.docker
149
+ - VIRTUAL_HOST=mail.boilerplate.docker
150
+ - VIRTUAL_PORT=8025
143
151
144
152
# ######################################
145
153
# FTP (vsftpd)
@@ -164,7 +172,8 @@ services:
164
172
# - mysql
165
173
# environment:
166
174
# - PMA_ARBITRARY=1
167
- # - VIRTUAL_HOST=phpmyadmin.docker
175
+ # - VIRTUAL_HOST=pma.boilerplate.docker
176
+ # - VIRTUAL_PORT=80
168
177
# ports:
169
178
# - "8001:80"
170
179
# volumes:
You can’t perform that action at this time.
0 commit comments