docs: frappe docker support for PostgreSQL

This commit is contained in:
Revant Nandgaonkar
2020-06-30 15:27:14 +05:30
parent 3558765a03
commit 04f98778bb
3 changed files with 50 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ services:
restart: on-failure
environment:
- POSTGRES_HOST=${POSTGRES_HOST}
- DB_PORT=5432
- REDIS_CACHE=redis-cache:6379
- REDIS_QUEUE=redis-queue:6379
- REDIS_SOCKETIO=redis-socketio:6379