Skip to content

Instantly share code, notes, and snippets.

@t-book
Last active August 31, 2021 15:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save t-book/80b036efa3db78514d147b87db16bb0d to your computer and use it in GitHub Desktop.
Save t-book/80b036efa3db78514d147b87db16bb0d to your computer and use it in GitHub Desktop.
version: '3.4'
services:

  django:
    volumes:
      - .:/usr/src/geonode/
      - statics:/mnt/volumes/statics
      - geoserver-data-dir:/geoserver_data/data
      - backup-restore:/backup_restore
      - data:/data
      - tmp:/tmp
fswatch . -e ".html" | (while read; do docker-compose exec -T django touch /usr/src/geonode/geonode/wsgi.py; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment