Closed dpage closed 2 years ago
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-1 Originally created by Dave Page at 2017-11-30 10:01:41 UTC.
You can override config settings by including something like:
-v "/Users/dpage/config_local.py:/var/www/pgadmin/config_local.py”
When you launch the container. Put any config options you want to override into /Users/dpage/config_local.py and they should be picked up at launch. I'll update the image notes to mention that.
I've put the logging issues on my TODO list.
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Assigned To changed | Tomas Barton |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-2 Originally created by Dave Page at 2017-12-05 05:23:00 UTC.
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Fixed Version changed | 2.1 | |
Sprint changed | EDB Sprint 2 |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-3 Originally created by Dave Page at 2017-12-05 05:23:41 UTC.
Applied in changeset commit:3b7656b3d5fee047d76eac93458ef0de45a5578b.
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Status changed | New | In Testing |
Done Ratio changed | 0 | 90 |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-4 Originally created by Dave Page at 2017-12-05 05:24:21 UTC.
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Subject changed | Docker image issues | Docker image logging to stdout/stderr |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-5 Originally created by Fahar Abbas at 2017-12-06 10:31:46 UTC.
commit 22c38e4562dc23b2669b3fb9f97e8c0a1309cd31
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Status changed | In Testing | Resolved |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-6 Originally created by Fahar Abbas at 2018-01-09 05:55:04 UTC.
Redmine ticket header update:
Name | Old Value | New Value |
---|---|---|
Done Ratio changed | 90 | 100 |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/2920#note-7 Originally created by Tomas Barton at 2018-01-09 11:49:41 UTC.
Any chance to update the Docker image on Docker Hub https://hub.docker.com/r/dpage/pgadmin4/?
Issue closed on Redmine.
Issue migrated from Redmine: https://redmine.postgresql.org/issues/2920 Originally created by Tomas Barton at 2017-11-29 17:04:19 UTC.
In Docker image https://hub.docker.com/r/dpage/pgadmin4/ (I couldn't find any repository with source code)
there are multiple log files:
access_log
error_log
ssl_access_log
ssl_error_log
ssl_request_log
that should be redirected to @/dev/stdout@ resp. @/dev/stderr@.
Also it would be nice if configuration in @config.py@
could be loaded from ENV variables.