Closed oscanog closed 8 years ago
Hi,
First thing, I noticed I forgot to map port 80 from the nginx container. So, I guess what you're seing is served by your host system.
Secondly I have not added a production config for webpack (minified, without source maps, production node env etc).
These settings never found it back here because I'll usually do production setup way later than dev. Anyway, I will fix those problems within a few days. Just beware the it is not secure to run it in production as it is, since it should run in HTTPS only.
I suppose you did the following?
docker-compose -f docker-compose.yml -f docker-compose.prod.yml build
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
yep, I did.
This should be fixed now. Just make sure to add your ssl certs or set up letsencrypt by following the links in README.md
. Also configure the django production settings with ALLOWED_HOSTS
etc..