Skip to content

Commit

Permalink
comment out django-peeringdb and search data mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Oct 11, 2022
1 parent 9405f52 commit 2b88146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ctl/dev/docker-compose.yml
Expand Up @@ -49,7 +49,7 @@ services:
- ../../docs:/srv/www.peeringdb.com/docs:Z

# uncomment if you want indexed search data to be persistent
- ../../search-data:/srv/www.peeringdb.com/search-data
# - ../../search-data:/srv/www.peeringdb.com/search-data

# uncomment if you want api cache files to be persistent
# - ../../api-cache:/srv/www.peeringdb.com/api-cache
Expand All @@ -65,7 +65,7 @@ services:
#
# expects a https://github.com/peeringdb/django-peeringdb source checkout in the parent
# directory
- ../../../django-peeringdb/src/django_peeringdb:/srv/www.peeringdb.com/venv/lib/python3.9/site-packages/django_peeringdb:Z
# - ../../../django-peeringdb/src/django_peeringdb:/srv/www.peeringdb.com/venv/lib/python3.9/site-packages/django_peeringdb:Z


volumes:
Expand Down

0 comments on commit 2b88146

Please sign in to comment.