docker-compose up
-Then browse the app at http://localhost/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
+Then browse the app at http://localhost:8020/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
For a development environment setup::
EVENT_SHOP_URL = 'http://eve.ircam.fr/manifeste.php/manifestation/'
EVENT_PASS_URL = 'http://eve.ircam.fr/manifeste.php/pass/'
-TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js"
+TINYMCE_SETUP_JS = "/srv/app/static/js/tinymce_setup.js"
SLUGIFY = 'django.template.defaultfilters.slugify'
nginx:
image: nginx
ports:
- - "80:80"
+ - "8020:80"
volumes:
- ./etc/nginx.conf:/etc/nginx/conf.d/default.conf
- ./data/var/log/nginx/:/var/log/nginx