Skip to content

Commit

Permalink
fix: update pymemcached in docker-compose-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gsueros committed Sep 21, 2023
1 parent 974fef8 commit 28684af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ services:
- ../course_discovery/assets:/edx/var/discovery/staticfiles
command: tail -f /dev/null
depends_on:
- "mysql57"
- "mysql80"
- "es"
- "memcached"
environment:
CACHE_BACKEND: "django.core.cache.backends.memcached.MemcachedCache"
CACHE_BACKEND: "django.core.cache.backends.memcached.PyMemcachedCache"
CACHE_LOCATION: "memcached:11211"
CONN_MAX_AGE: 60
DB_ENGINE: "django.db.backends.mysql"
Expand Down

0 comments on commit 28684af

Please sign in to comment.