Former-commit-id: ada666b329d8736ec2eab3b18e84ee1c0bd9fd5f
TangShanKaiPing
wanggang 5 years ago
parent 2fb6a9328d
commit fc5f84f893

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1590829622656" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8426" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="1024"><defs><style type="text/css"></style></defs><path d="M863.993 76.116H160.007C89.6 76.116 32 133.52 32 203.687v489.055c0 70.167 57.6 127.549 128.007 127.549h319.986v63.774H362.676c-17.083 0-32.007 14.902-32.007 31.899 0 17.018 14.924 31.898 32.007 31.898h298.648c17.083 0 32.007-14.88 32.007-31.898 0-17.019-14.924-31.899-32.007-31.899H544.007v-63.774h319.986C934.4 820.29 992 762.909 992 692.74V203.688c0-70.167-57.6-127.57-128.007-127.57z m64.014 616.626c0 36.13-27.73 63.774-64.014 63.774H160.007c-36.283 0-64.014-27.643-64.014-63.774V203.687c0-36.152 27.73-63.774 64.014-63.774h703.986c36.283 0 64.014 27.622 64.014 63.774v489.055z m-123.73-363.6l-170.684 233.89c-6.393 8.51-14.924 12.764-25.593 12.764s-19.2-6.392-25.593-14.901L437.317 346.16 270.93 603.44c-6.393 8.51-17.062 14.88-27.731 14.88-6.393 0-12.807-2.138-17.062-4.255-14.945-8.509-19.2-29.781-10.69-44.661l192-297.666c6.414-8.509 14.945-14.902 25.614-14.902 10.69 0 21.338 4.255 25.614 14.902l145.048 216.873 142.952-197.738c10.648-14.88 29.848-17.018 44.793-6.393 21.338 10.647 23.455 29.782 12.807 44.662z" p-id="8427" fill="#07c160"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1590829233925" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5626" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="1024"><defs><style type="text/css"></style></defs><path d="M867.584 160.192C717.952 143.264 605.376 102.784 532.992 39.84l-19.04-16.544-20.544 14.656C379.968 118.944 267.776 160 160 160h-32v448c0 137.344 121.088 261.92 370.208 380.864l13.088 6.24 13.344-5.728C771.072 883.52 896 755.232 896 608V163.424l-28.416-3.232zM832 608c0 116.8-107.392 223.36-319.328 316.8C299.872 821.024 192 714.464 192 608V222.976c104.672-6.784 211.584-46.688 318.496-118.944C587.232 162.528 695.168 201.536 832 220.256V608zM359.776 468.672a32 32 0 1 0-47.968 42.4L433.6 648.896c12.608 14.24 30.176 21.568 47.904 21.568a64.384 64.384 0 0 0 49.696-23.52l197.6-242.72a32 32 0 0 0-49.632-40.416l-197.6 242.688-121.792-137.824z" p-id="5627" fill="#07c160"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -28,6 +28,11 @@ services:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=jobserver
command: --default-authentication-plugin=mysql_native_password
healthcheck:
test: "/usr/bin/mysql --user=root --password=root --execute \"SHOW DATABASES;\""
interval: 3s
timeout: 3s
retries: 10
ports:
- 3306:3306
volumes:

Loading…
Cancel
Save