Skip to content
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
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x-common-django:

services:
redis:
image: bitnami/redis:7.0.2
image: bitnamilegacy/redis:7.0.2
environment:
- REDIS_PASSWORD=${REDIS_PASSWORD:-redis_password}

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@

</style>
<script>
const browseIconUrl = window.browseIconUrl;
let inputStyle = window.inputStyle;
if (inputStyle){
inputStyle = JSON.parse(inputStyle)
}
</script>
<script type="module" crossorigin src="{% static "cloud_native_gis/index-Q6o3hf_z.js" %}"></script>
<script type="module" crossorigin src="{% static "cloud_native_gis/index-B0lnBb3A.js" %}"></script>
<link rel="stylesheet" crossorigin href="{% static "cloud_native_gis/index-DW0d2Ij5.css" %}">

<script>
Expand Down
2 changes: 1 addition & 1 deletion maputnik
Loading