mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 15:20:55 +00:00
e1e1c6b6f9
erpnext-assets - ERPNext nginx config + static assets erpnext-worker - ERPNext python environment frappe-assets - Frappe nginx config + static assets frappe-worker - Frappe python environment frappe-socketio - Frappe socketio process common for apps
8 lines
217 B
Plaintext
Executable File
8 lines
217 B
Plaintext
Executable File
{
|
|
"db_host": "${MARIADB_HOST}",
|
|
"redis_cache": "redis://${REDIS_CACHE}",
|
|
"redis_queue": "redis://${REDIS_QUEUE}",
|
|
"redis_socketio": "redis://${REDIS_SOCKETIO}",
|
|
"socketio_port": ${SOCKETIO_PORT}
|
|
}
|