Skip to content

Commit

Permalink
set docker images versions (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Jan 9, 2024
1 parent 823c3ab commit f8e8458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ DOCKER_ENV=production
DOCKER_API_VERSION="1.24"
BACKUPS_VOLUME_DRIVER=local

GEONODE_BASE_IMAGE_VERSION=latest
NGINX_BASE_IMAGE_VERSION=latest
LETSENCRYPT_BASE_IMAGE_VERSION=latest
GEOSERVER_BASE_IMAGE_VERSION=latest
GEOSERVER_DATA_BASE_IMAGE_VERSION=latest
POSTGRES_BASE_IMAGE_VERSION=latest
NGINX_BASE_IMAGE_VERSION=1.25.3
LETSENCRYPT_BASE_IMAGE_VERSION=2.6.0
GEOSERVER_BASE_IMAGE_VERSION=2.23.3
GEOSERVER_DATA_BASE_IMAGE_VERSION=2.23.3
POSTGRES_BASE_IMAGE_VERSION=15.3

C_FORCE_ROOT=1
FORCE_REINIT=false
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.9'
# Common Django template for GeoNode and Celery services below
x-common-django:
&default-common-django
image: ${COMPOSE_PROJECT_NAME}/geonode:${GEONODE_BASE_IMAGE_VERSION}
image: ${COMPOSE_PROJECT_NAME}/geonode:4.2.x
restart: unless-stopped
env_file:
- .env
Expand Down

0 comments on commit f8e8458

Please sign in to comment.