Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set docker images versions #509

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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