Skip to content

Commit

Permalink
Add memached service
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Sep 27, 2023
1 parent 5e9e7f9 commit 9939e33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ services:
- statics:/mnt/volumes/statics
restart: unless-stopped

memcached:
image: memcached:alpine
container_name: memcached4${COMPOSE_PROJECT_NAME}
command: memcached ${MEMCACHED_OPTIONS}
restart: on-failure
healthcheck:
test: nc -z 127.0.0.1 11211
interval: 30s
timeout: 30s
retries: 5
start_period: 30s

# Gets and installs letsencrypt certificates
letsencrypt:
image: geonode/letsencrypt:latest
Expand Down

0 comments on commit 9939e33

Please sign in to comment.