mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix: create apps.txt during configuration (#1081)
This commit is contained in:
parent
be66a1f468
commit
0228f06e81
@ -23,6 +23,7 @@ services:
|
|||||||
- -c
|
- -c
|
||||||
command:
|
command:
|
||||||
- >
|
- >
|
||||||
|
ls -1 apps > sites/apps.txt;
|
||||||
bench set-config -g db_host $$DB_HOST;
|
bench set-config -g db_host $$DB_HOST;
|
||||||
bench set-config -gp db_port $$DB_PORT;
|
bench set-config -gp db_port $$DB_PORT;
|
||||||
bench set-config -g redis_cache "redis://$$REDIS_CACHE";
|
bench set-config -g redis_cache "redis://$$REDIS_CACHE";
|
||||||
|
1
pwd.yml
1
pwd.yml
@ -20,6 +20,7 @@ services:
|
|||||||
- -c
|
- -c
|
||||||
command:
|
command:
|
||||||
- >
|
- >
|
||||||
|
ls -1 apps > sites/apps.txt;
|
||||||
bench set-config -g db_host $$DB_HOST;
|
bench set-config -g db_host $$DB_HOST;
|
||||||
bench set-config -gp db_port $$DB_PORT;
|
bench set-config -gp db_port $$DB_PORT;
|
||||||
bench set-config -g redis_cache "redis://$$REDIS_CACHE";
|
bench set-config -g redis_cache "redis://$$REDIS_CACHE";
|
||||||
|
Loading…
Reference in New Issue
Block a user