mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 09:57:37 +00:00
no message
This commit is contained in:
parent
d83bbc3917
commit
2497f7403c
@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
php:
|
||||
container_name: "dootask-php-${APP_ID}"
|
||||
image: "kuaifan/php:swoole-8.0.rc5"
|
||||
image: "kuaifan/php:swoole-8.0.rc6"
|
||||
shm_size: "1024m"
|
||||
volumes:
|
||||
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf
|
||||
@ -58,8 +58,8 @@ services:
|
||||
mariadb:
|
||||
container_name: "dootask-mariadb-${APP_ID}"
|
||||
image: "mariadb:10.7.3"
|
||||
ports: # mysql ports item
|
||||
- "33062:3306" # mysql ports value
|
||||
ports:
|
||||
- "${DB_OPEN_PORT:-}:3306"
|
||||
volumes:
|
||||
- ./docker/mysql/repassword.sh:/etc/mysql/repassword.sh
|
||||
- ./docker/mysql/conf.d:/etc/mysql/conf.d
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
"@electron-forge/maker-squirrel": "^6.0.5",
|
||||
"@electron-forge/maker-zip": "^6.0.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"electron": "^23.1.1",
|
||||
"electron": "^23.1.4",
|
||||
"electron-builder": "^23.6.0",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"form-data": "^4.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user