@@ -52,7 +52,7 @@ services:
5252
5353 # Nginx is serving django static and media files and proxies to django and geonode
5454 geonode :
55- image : geonode/nginx:1.25.3-latest
55+ image : geonode/nginx:1.25.3-v2
5656 container_name : nginx4${COMPOSE_PROJECT_NAME}
5757 env_file :
5858 - .env_test
@@ -82,7 +82,7 @@ services:
8282
8383 # Gets and installs letsencrypt certificates
8484 letsencrypt :
85- image : geonode/letsencrypt:2.6.0-latest
85+ image : geonode/letsencrypt:2.6.0-v1
8686 container_name : letsencrypt4${COMPOSE_PROJECT_NAME}
8787 env_file :
8888 - .env_test
@@ -92,7 +92,7 @@ services:
9292
9393 # Geoserver backend
9494 geoserver :
95- image : geonode/geoserver:2.24.3-latest
95+ image : geonode/geoserver:2.24.4-v1
9696 container_name : geoserver4${COMPOSE_PROJECT_NAME}
9797 healthcheck :
9898 test : " curl -m 10 --fail --silent --write-out 'HTTP CODE : %{http_code}\n ' --output /dev/null http://geoserver:8080/geoserver/ows"
@@ -118,7 +118,7 @@ services:
118118 condition : service_healthy
119119
120120 data-dir-conf :
121- image : geonode/geoserver_data:2.24.3-latest
121+ image : geonode/geoserver_data:2.24.4-v1
122122 container_name : gsconf4${COMPOSE_PROJECT_NAME}
123123 entrypoint : sleep infinity
124124 volumes :
@@ -130,7 +130,7 @@ services:
130130 # PostGIS database.
131131 db :
132132 # use geonode official postgis 15 image
133- image : geonode/postgis:15.3-latest
133+ image : geonode/postgis:15.3-v1
134134 command : postgres -c "max_connections=${POSTGRESQL_MAX_CONNECTIONS}"
135135 container_name : db4${COMPOSE_PROJECT_NAME}
136136 env_file :
0 commit comments