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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM geonode/geonode-base:latest-ubuntu-24.04
FROM geonode/geonode-base:latest-ubuntu-26.04

ENV LC_ALL=C.UTF-8 \
LANG=C.UTF-8
Expand Down
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ x-common-django:
condition: service_healthy
redis:
condition: service_healthy
memcached:
condition: service_healthy

services:

Expand Down Expand Up @@ -82,19 +80,6 @@ services:
retries: 3
start_period: 10s

# memcached service
memcached:
image: memcached:alpine
container_name: memcached4${COMPOSE_PROJECT_NAME}
command: memcached ${MEMCACHED_OPTIONS:-}
restart: unless-stopped
healthcheck:
test: ["CMD", "nc", "-z", "127.0.0.1", "11211"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s

# Gets and installs letsencrypt certificates
letsencrypt:
image: ${COMPOSE_PROJECT_NAME}/letsencrypt:${LETSENCRYPT_BASE_IMAGE_VERSION}
Expand Down
Loading