|
| 1 | +sudo docker compose up -d |
| 2 | +[sudo] password for zhangchunsheng: |
| 3 | +[+] Running 27/27 |
| 4 | + ✔ spug 14 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 135.5s |
| 5 | + ✔ 2d473b07cdd5 Pull complete 7.7s |
| 6 | + ✔ abdfa85729f1 Pull complete 9.6s |
| 7 | + ✔ 1b0edbdc6234 Pull complete 3.6s |
| 8 | + ✔ 6090ab105fad Pull complete 8.8s |
| 9 | + ✔ 07ad8922d65e Pull complete 9.7s |
| 10 | + ✔ 1ef95b15268d Pull complete 11.5s |
| 11 | + ✔ 690a1aec9cde Pull complete 11.4s |
| 12 | + ✔ 495e5cb0b64d Pull complete 11.0s |
| 13 | + ✔ f8010f839380 Pull complete 12.3s |
| 14 | + ✔ 8fedd1b9288f Pull complete 12.7s |
| 15 | + ✔ d0ab985bb1a0 Pull complete 14.4s |
| 16 | + ✔ c25249905d7f Pull complete 13.5s |
| 17 | + ✔ 8a7886be54ad Pull complete 15.5s |
| 18 | + ✔ 8c6c3185866e Pull complete 17.1s |
| 19 | + ✔ db 11 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 155.5s |
| 20 | + ✔ 08c01a0ec47e Pull complete 19.7s |
| 21 | + ✔ a2bcb14c13a1 Pull complete 15.7s |
| 22 | + ✔ 29c56760f879 Pull complete 19.4s |
| 23 | + ✔ a95000a218fc Pull complete 19.1s |
| 24 | + ✔ a765d76e68d9 Pull complete 20.4s |
| 25 | + ✔ c6945738f085 Pull complete 22.3s |
| 26 | + ✔ 62787b7c58c5 Pull complete 22.0s |
| 27 | + ✔ 85ee39c28fa6 Pull complete 22.0s |
| 28 | + ✔ bee45abd643a Pull complete 36.5s |
| 29 | + ✔ b0f20114a997 Pull complete 23.3s |
| 30 | + ✔ f59b42092777 Pull complete 23.7s |
| 31 | +[+] Running 2/3 |
| 32 | + ⠋ Network docker_default Created 4.0s |
| 33 | + ✔ Container spug-db Started 3.7s |
| 34 | + ✔ Container spug Started |
| 35 | + |
| 36 | +sudo docker exec spug init_spug admin 1e01087f |
| 37 | +/usr/local/lib/python3.6/site-packages/OpenSSL/_util.py:6: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. |
| 38 | + from cryptography.hazmat.bindings.openssl.binding import Binding |
| 39 | +Migrations for 'account': |
| 40 | + data/spug/spug_api/apps/account/migrations/0001_initial.py |
| 41 | + - Create model History |
| 42 | + - Create model Role |
| 43 | + - Create model User |
| 44 | + - Add field created_by to role |
| 45 | +Migrations for 'alarm': |
| 46 | + data/spug/spug_api/apps/alarm/migrations/0001_initial.py |
| 47 | + - Create model Alarm |
| 48 | + - Create model Group |
| 49 | + - Create model Contact |
| 50 | +Migrations for 'config': |
| 51 | + data/spug/spug_api/apps/config/migrations/0001_initial.py |
| 52 | + - Create model Service |
| 53 | + - Create model Environment |
| 54 | + - Create model ConfigHistory |
| 55 | + - Create model Config |
| 56 | +Migrations for 'exec': |
| 57 | + data/spug/spug_api/apps/exec/migrations/0001_initial.py |
| 58 | + - Create model Transfer |
| 59 | + - Create model ExecTemplate |
| 60 | + - Create model ExecHistory |
| 61 | +Migrations for 'home': |
| 62 | + data/spug/spug_api/apps/home/migrations/0001_initial.py |
| 63 | + - Create model Navigation |
| 64 | + - Create model Notice |
| 65 | +Migrations for 'host': |
| 66 | + data/spug/spug_api/apps/host/migrations/0001_initial.py |
| 67 | + - Create model Host |
| 68 | + - Create model HostExtend |
| 69 | + - Create model Group |
| 70 | +Migrations for 'monitor': |
| 71 | + data/spug/spug_api/apps/monitor/migrations/0001_initial.py |
| 72 | + - Create model Detection |
| 73 | +Migrations for 'notify': |
| 74 | + data/spug/spug_api/apps/notify/migrations/0001_initial.py |
| 75 | + - Create model Notify |
| 76 | +Migrations for 'schedule': |
| 77 | + data/spug/spug_api/apps/schedule/migrations/0001_initial.py |
| 78 | + - Create model History |
| 79 | + - Create model Task |
| 80 | +Migrations for 'setting': |
| 81 | + data/spug/spug_api/apps/setting/migrations/0001_initial.py |
| 82 | + - Create model Setting |
| 83 | + - Create model UserSetting |
| 84 | +Migrations for 'app': |
| 85 | + data/spug/spug_api/apps/app/migrations/0001_initial.py |
| 86 | + - Create model App |
| 87 | + - Create model Deploy |
| 88 | + - Create model DeployExtend1 |
| 89 | + - Create model DeployExtend2 |
| 90 | +Migrations for 'repository': |
| 91 | + data/spug/spug_api/apps/repository/migrations/0001_initial.py |
| 92 | + - Create model Repository |
| 93 | +Migrations for 'deploy': |
| 94 | + data/spug/spug_api/apps/deploy/migrations/0001_initial.py |
| 95 | + - Create model DeployRequest |
| 96 | +Operations to perform: |
| 97 | + Apply all migrations: account, alarm, app, config, deploy, exec, home, host, monitor, notify, repository, schedule, setting |
| 98 | +Running migrations: |
| 99 | + Applying account.0001_initial... OK |
| 100 | + Applying alarm.0001_initial... OK |
| 101 | + Applying config.0001_initial... OK |
| 102 | + Applying app.0001_initial... OK |
| 103 | + Applying repository.0001_initial... OK |
| 104 | + Applying deploy.0001_initial... OK |
| 105 | + Applying exec.0001_initial... OK |
| 106 | + Applying home.0001_initial... OK |
| 107 | + Applying host.0001_initial... OK |
| 108 | + Applying monitor.0001_initial... OK |
| 109 | + Applying notify.0001_initial... OK |
| 110 | + Applying schedule.0001_initial... OK |
| 111 | + Applying setting.0001_initial... OK |
| 112 | +初始化/更新成功 |
| 113 | +创建用户成功 |
| 114 | +/usr/local/lib/python3.6/site-packages/OpenSSL/_util.py:6: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. |
| 115 | + from cryptography.hazmat.bindings.openssl.binding import Binding |
0 commit comments