minor
This commit is contained in:
parent
57b9ede73b
commit
b9cfd3152b
1
.env
1
.env
@ -38,6 +38,7 @@ PGADMIN_MAIL=admin@blackfish.dev
|
|||||||
PGADMIN_PASS=secret
|
PGADMIN_PASS=secret
|
||||||
PGADMIN_SERVER=False
|
PGADMIN_SERVER=False
|
||||||
PGADMIN_MASTER_PASS=False
|
PGADMIN_MASTER_PASS=False
|
||||||
|
PGADMIN_PORT=5050
|
||||||
|
|
||||||
ORTHANC_AET=BLACKFISH
|
ORTHANC_AET=BLACKFISH
|
||||||
ORTHANC_USERNAME=blackfish
|
ORTHANC_USERNAME=blackfish
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"OrthancExplorer2": {
|
"OrthancExplorer2": {
|
||||||
"IsDefaultOrthancUI": true,
|
"IsDefaultOrthancUI": true,
|
||||||
"Theme": "dark"
|
"Theme": "light"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -143,8 +143,9 @@ services:
|
|||||||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASS}
|
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASS}
|
||||||
PGADMIN_CONFIG_SERVER_MODE: ${PGADMIN_SERVER}
|
PGADMIN_CONFIG_SERVER_MODE: ${PGADMIN_SERVER}
|
||||||
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: ${PGADMIN_MASTER_PASS}
|
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: ${PGADMIN_MASTER_PASS}
|
||||||
|
PGADMIN_LISTEN_PORT: ${PGADMIN_PORT}
|
||||||
ports:
|
ports:
|
||||||
- "5050:5050"
|
- "${PGADMIN_PORT}:${PGADMIN_PORT}"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user