Compare commits

..

No commits in common. "5e777d8f14c01068a1e1011066e998e9956b5ff7" and "3ea579409ffd514cd11786669d72c72aed3e5d94" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -43,7 +43,7 @@ services:
# - discovery.seed_hosts=
# - cluster.initial_master_nodes=cc-docker-node
- discovery.type=single-node
- ELASTIC_PASSWORD=${ELK_ELASTIC_PASSWD:-qq1458513}
- ELASTIC_PASSWD=${ELK_ELASTIC_PASSWD:-qq1458513}
volumes:
- "./elasticsearch/data/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/data:rw"
- "./elasticsearch/plugins/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/plugins"
@ -166,7 +166,6 @@ services:
volumes:
- "${WWWROOT_PATH}:/data/wwwroot"
- "./php/php81/etc:/usr/local/etc"
- "./php/php81/supervisord.d:/etc/supervisord.d"
working_dir: /data/wwwroot/
networks:
aix-docker-cc:

View File

@ -1,12 +0,0 @@
[program:horizon]
directory=/data/wwwroot/la_GatewayAdmin
command=php artisan horizon
process_name=horizon
autostart=true
startsecs=10
startretries=3
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/tmp/supervisor_horizon.log