@@ -44,7 +44,7 @@ services:
44
44
# Browse to http://localhost:8761 to check all services are registered.
45
45
# Run docker-compose -f docker-compose.yml -f docker-compose-discovery-ha.yml to run extra discovery service instances for HA
46
46
discovery :
47
- image : geoservercloud/geoserver-cloud-discovery:1.0-RC6
47
+ image : geoservercloud/geoserver-cloud-discovery:1.0-RC7
48
48
user : 1000:1000 # set the userid:groupid the container runs as
49
49
ports :
50
50
- 8761:8761
@@ -61,7 +61,7 @@ services:
61
61
# microservices. Being a Discovery First Bootstrap configuration, it'll
62
62
# register itself with the Eureka discovery service and can be scaled
63
63
config :
64
- image : geoservercloud/geoserver-cloud-config:1.0-RC6
64
+ image : geoservercloud/geoserver-cloud-config:1.0-RC7
65
65
user : 1000:1000 # set the userid:groupid the container runs as
66
66
depends_on :
67
67
- discovery
@@ -74,8 +74,8 @@ services:
74
74
SPRING_PROFILES_ACTIVE : git
75
75
# 'git' profile config
76
76
CONFIG_GIT_URI : https://github.com/geoserver/geoserver-cloud-config.git
77
- # get the config for this release from the v1.0-RC6 tag
78
- SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC6
77
+ # get the config for this release from the v1.0-RC7 tag
78
+ SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL : v1.0-RC7
79
79
# where to store the cloned repository, if unset, it'll use /tmp/config-repo-<randomid>
80
80
CONFIG_GIT_BASEDIR : /tmp/git_config
81
81
# 'native' profile config
@@ -94,7 +94,7 @@ services:
94
94
memory : 512M
95
95
96
96
admin :
97
- image : geoservercloud/geoserver-cloud-admin-server:1.0-RC6
97
+ image : geoservercloud/geoserver-cloud-admin-server:1.0-RC7
98
98
user : 1000:1000 # set the userid:groupid the container runs as
99
99
depends_on :
100
100
- config
@@ -111,7 +111,7 @@ services:
111
111
# Application facade, provides a single entry point routing to all
112
112
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
113
113
gateway :
114
- image : geoservercloud/geoserver-cloud-gateway:1.0-RC6
114
+ image : geoservercloud/geoserver-cloud-gateway:1.0-RC7
115
115
user : 1000:1000 # set the userid:groupid the container runs as
116
116
depends_on :
117
117
- config
@@ -129,7 +129,7 @@ services:
129
129
130
130
# WFS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wfs=5)
131
131
wfs :
132
- image : geoservercloud/geoserver-cloud-wfs:1.0-RC6
132
+ image : geoservercloud/geoserver-cloud-wfs:1.0-RC7
133
133
user : 1000:1000 # set the userid:groupid the container runs as
134
134
depends_on :
135
135
- config
@@ -145,7 +145,7 @@ services:
145
145
146
146
# WMS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wms=5)
147
147
wms :
148
- image : geoservercloud/geoserver-cloud-wms:1.0-RC6
148
+ image : geoservercloud/geoserver-cloud-wms:1.0-RC7
149
149
user : 1000:1000 # set the userid:groupid the container runs as
150
150
depends_on :
151
151
- config
@@ -161,7 +161,7 @@ services:
161
161
162
162
# WCS microservice, port dynamically allocated to allow scaling (e.g docker-compose scale wcs=5)
163
163
wcs :
164
- image : geoservercloud/geoserver-cloud-wcs:1.0-RC6
164
+ image : geoservercloud/geoserver-cloud-wcs:1.0-RC7
165
165
user : 1000:1000 # set the userid:groupid the container runs as
166
166
depends_on :
167
167
- config
@@ -177,7 +177,7 @@ services:
177
177
178
178
# REST config microservice, port dynamically allocated to allow scaling (e.g docker-compose scale rest=5)
179
179
rest :
180
- image : geoservercloud/geoserver-cloud-rest:1.0-RC6
180
+ image : geoservercloud/geoserver-cloud-rest:1.0-RC7
181
181
user : 1000:1000 # set the userid:groupid the container runs as
182
182
depends_on :
183
183
- config
@@ -195,7 +195,7 @@ services:
195
195
196
196
# WEB UI microservice
197
197
webui :
198
- image : geoservercloud/geoserver-cloud-webui:1.0-RC6
198
+ image : geoservercloud/geoserver-cloud-webui:1.0-RC7
199
199
user : 1000:1000 # set the userid:groupid the container runs as
200
200
depends_on :
201
201
- rabbitmq
0 commit comments