Skip to content

Commit

Permalink
- Update docker images names to version 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 23, 2022
1 parent 6fc1449 commit dfabd2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# Common Django template for GeoNode and Celery services below
x-common-django:
&default-common-django
image: geonode/geonode:latest
image: geonode/geonode:3.2.x
restart: on-failure
env_file:
- .env
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
# Celery worker that executes celery tasks created by Django.
celery:
<< : *default-common-django
image: geonode/geonode:latest
image: geonode/geonode:3.2.x
container_name: celery4${COMPOSE_PROJECT_NAME}
depends_on:
- django
Expand All @@ -50,7 +50,7 @@ services:

# Nginx is serving django static and media files and proxies to django and geonode
geonode:
image: geonode/nginx:3.x
image: geonode/nginx:3.2.x
build: ./scripts/docker/nginx/
container_name: nginx4${COMPOSE_PROJECT_NAME}
environment:
Expand All @@ -71,7 +71,7 @@ services:

# Gets and installs letsencrypt certificates
letsencrypt:
image: geonode/spcgeonode:letsencrypt-3.1
image: geonode/spcgeonode:letsencrypt-3.2.x
build: ./scripts/docker/letsencrypt/
container_name: letsencrypt4${COMPOSE_PROJECT_NAME}
environment:
Expand Down

0 comments on commit dfabd2d

Please sign in to comment.