Excellent!
Thanks for this.
As for the DB creation, you can have it done automatically by setting MODEL_CREATE_ALL=true in the environment.
If you can spare the cycles for any documentation updates and submitting the compose file I'd like to see this improve for the next person.
--
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@list.hypothes.is.
To post to this group, send email to d...@list.hypothes.is.
To view this discussion on the web visit https://groups.google.com/a/list.hypothes.is/d/msgid/dev/48f936b3-853d-4550-be4c-027f54208484%40list.hypothes.is.
./docker-compose/single-user-local-test/docker-compose.yml
--
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@list.hypothes.is.
To post to this group, send email to d...@list.hypothes.is.
To view this discussion on the web visit https://groups.google.com/a/list.hypothes.is/d/msgid/dev/079d5faa-39bd-45e1-90c0-ebe98c58bc87%40list.hypothes.is.
There's the conf dir already that has the .ini files. I wonder if we should consolidate that with the docker compose under etc or some such thing.
/conf/docker-compose/single-user-local-test/docker-compose.yml
--
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@list.hypothes.is.
To post to this group, send email to d...@list.hypothes.is.
To view this discussion on the web visit https://groups.google.com/a/list.hypothes.is/d/msgid/dev/3e1c2a53-c206-4795-be53-e3504cbd134b%40list.hypothes.is.
ERROR: Validation failed in file './docker-compose.yml', reason(s):
hh.environment.MODEL_CREATE_ALL contains true, which is an invalid type, it should be a string, number, or a null
Maybe the MODEL_CREATE_ALL value needs to be quoted so that it's interpreted as a string rather than a boolean.
--
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@list.hypothes.is.
To post to this group, send email to d...@list.hypothes.is.
To view this discussion on the web visit https://groups.google.com/a/list.hypothes.is/d/msgid/dev/6154177b-ab37-4dcb-a7fe-d3220b4f7ca3%40list.hypothes.is.
To view this discussion on the web visit https://groups.google.com/a/list.hypothes.is/d/msgid/dev/CAAL6JQhshO09Mehap540UXxjKWO5gPcPhMtnFuCKm%3D09LQCpww%40mail.gmail.com.
Raven is not configured (logging is disabled). Please see the documentation for more information.
2016-05-12 06:47:10,205 [1] [gunicorn.error:INFO] Starting gunicorn 19.4.5
2016-05-12 06:47:10,210 [1] [gunicorn.error:INFO] Listening at: http://0.0.0.0:5000 (1)
2016-05-12 06:47:10,210 [1] [gunicorn.error:INFO] Using worker: sync
2016-05-12 06:47:10,215 [15] [gunicorn.error:INFO] Booting worker with pid: 15
2016-05-12 06:47:11,033 [15] [h.config:WARNING] error parsing environment variable MAIL_PORT='tcp://172.17.0.6:1025' as int
2016-05-12 06:47:11,035 [15] [h.config:WARNING] error parsing environment variable REDIS_PORT='tcp://172.17.0.3:6379' as int
2016-05-12 06:47:11,041 [15] [h.config:WARNING] No secret key provided: using transient key. Please configure the secret_key setting or the SECRET_KEY environment variable!
2016-05-12 06:47:12,480 [15] [gunicorn.error:ERROR] Exception in worker process:
Traceback (most recent call last):