mirror of
https://github.com/kuaifan/dootask.git
synced 2026-04-14 08:30:08 +00:00
no message
This commit is contained in:
parent
aaa75aff14
commit
684bf12a5c
@ -2,7 +2,7 @@ services:
|
|||||||
php:
|
php:
|
||||||
container_name: "dootask-php-${APP_ID}"
|
container_name: "dootask-php-${APP_ID}"
|
||||||
image: "kuaifan/php:swoole-8.0.rc18"
|
image: "kuaifan/php:swoole-8.0.rc18"
|
||||||
shm_size: "2gb"
|
shm_size: 2G
|
||||||
ulimits:
|
ulimits:
|
||||||
core:
|
core:
|
||||||
soft: 0
|
soft: 0
|
||||||
@ -234,6 +234,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
discovery.type: single-node
|
discovery.type: single-node
|
||||||
xpack.security.enabled: false
|
xpack.security.enabled: false
|
||||||
|
ES_JAVA_OPTS: "-Xms1g -Xmx1g"
|
||||||
networks:
|
networks:
|
||||||
extnetwork:
|
extnetwork:
|
||||||
ipv4_address: "${APP_IPPR}.15"
|
ipv4_address: "${APP_IPPR}.15"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user