Skip to content

Commit

Permalink
- docker-compose uses image: geonode/geonode:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jul 22, 2019
1 parent 8f0bedb commit 045d079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM geonode/geonode:2.10.x
FROM geonode/geonode:latest
MAINTAINER GeoNode development team

COPY requirements.txt /usr/src/app/
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

celery:
restart: unless-stopped
image: geonode/geonode:2.10.x
image: geonode/geonode:latest
container_name: celery4${COMPOSE_PROJECT_NAME}
stdin_open: true
# tty: true
Expand Down Expand Up @@ -79,7 +79,7 @@ services:

django:
restart: unless-stopped
image: geonode/geonode:2.10.x
image: geonode/geonode:latest
container_name: django4${COMPOSE_PROJECT_NAME}
stdin_open: true
# tty: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

django:
restart: unless-stopped
image: geonode/geonode:2.10.x
image: geonode/geonode:latest
container_name: django4${COMPOSE_PROJECT_NAME}
stdin_open: true
# tty: true
Expand Down

0 comments on commit 045d079

Please sign in to comment.