Skip to content

Commit

Permalink
fix: do not create alex user in docker compose steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Oct 31, 2024
1 parent bb8c232 commit ac7f708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
name: crm
services:
mariadb:
image: mariadb:10.6
image: mariadb:10.8
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
Expand Down
3 changes: 1 addition & 2 deletions docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench set-redis-socketio-host redis:6379
sed -i '/redis/d' ./Procfile
sed -i '/watch/d' ./Procfile

bench get-app crm
bench get-app crm --branch develop

bench new-site crm.localhost \
--force \
Expand All @@ -34,7 +34,6 @@ bench --site crm.localhost install-app crm
bench --site crm.localhost set-config developer_mode 1
bench --site crm.localhost clear-cache
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 start

0 comments on commit ac7f708

Please sign in to comment.