Skip to content

Commit

Permalink
Use own images in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Feb 20, 2024
1 parent 1eeaf71 commit 19ed230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.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: geonode/geonode:local
image: 52north/geonode_thuenen:local
restart: unless-stopped
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.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: geonode/geonode:local
image: 52north/geonode_thuenen:local
restart: unless-stopped
env_file:
- .env_test
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: geonode/geonode:4.2.x
image: 52north/geonode_thuenen:4.2.x
restart: unless-stopped
env_file:
- .env
Expand Down

0 comments on commit 19ed230

Please sign in to comment.