fix: do not create alex user in docker compose steps
This commit is contained in:
parent
bb8c2322e4
commit
ac7f708de3
@ -2,7 +2,7 @@ version: "3.7"
|
|||||||
name: crm
|
name: crm
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.8
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|||||||
@ -22,7 +22,7 @@ bench set-redis-socketio-host redis:6379
|
|||||||
sed -i '/redis/d' ./Procfile
|
sed -i '/redis/d' ./Procfile
|
||||||
sed -i '/watch/d' ./Procfile
|
sed -i '/watch/d' ./Procfile
|
||||||
|
|
||||||
bench get-app crm
|
bench get-app crm --branch develop
|
||||||
|
|
||||||
bench new-site crm.localhost \
|
bench new-site crm.localhost \
|
||||||
--force \
|
--force \
|
||||||
@ -34,7 +34,6 @@ bench --site crm.localhost install-app crm
|
|||||||
bench --site crm.localhost set-config developer_mode 1
|
bench --site crm.localhost set-config developer_mode 1
|
||||||
bench --site crm.localhost clear-cache
|
bench --site crm.localhost clear-cache
|
||||||
bench --site crm.localhost set-config mute_emails 1
|
bench --site crm.localhost set-config mute_emails 1
|
||||||
bench --site crm.localhost add-user alex@example.com --first-name Alex --last-name Scott --password 123 --user-type 'System User' --add-role 'crm Admin'
|
|
||||||
bench use crm.localhost
|
bench use crm.localhost
|
||||||
|
|
||||||
bench start
|
bench start
|
||||||
Loading…
x
Reference in New Issue
Block a user