Skip to content

Commit

Permalink
Update gwml2 to version 4.9.2 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer authored Oct 8, 2024
1 parent 0815126 commit 90dc963
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ USE_DEFAULT_GEOSERVER_STYLE=False
INITIAL_FIXTURES=True
GROUNDWATER_DATABASE_URL=postgis://geonode:geonode@db:5432/groundwater

VERSION=4.9.2
VERSION=4.9.3
ISTSOS_VERSION=2.4.1-7

# ------ SFTP as S3 BUCKET -----
Expand Down
4 changes: 2 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
<<: *default-common-django
entrypoint: [ "/entrypoint.sh" ]
command: 'uwsgi --ini /uwsgi.conf'
volumes:
- ./volumes/statics:/home/web/statics:rw
# volumes:
# - ./volumes/statics:/home/web/statics:rw
ports:
- "3000:8080"

Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR /home/web/django_project
RUN rm -rf /home/web/django_project/gwml2

# Installing gwml2
ENV GWML2_VERSION 4.9.1
ENV GWML2_VERSION 4.9.2
RUN git clone --branch $GWML2_VERSION https://github.com/kartoza/IGRAC-WellAndMonitoringDatabase.git /home/web/django_project/gwml2
RUN echo $GWML2_VERSION > /home/web/django_project/gwml2/version.txt

Expand Down
2 changes: 1 addition & 1 deletion django_project/gwml2
Submodule gwml2 updated from ff9b4f to 114a06
2 changes: 1 addition & 1 deletion django_project/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.2
4.9.3

0 comments on commit 90dc963

Please sign in to comment.