Compare commits
No commits in common. "5e777d8f14c01068a1e1011066e998e9956b5ff7" and "3ea579409ffd514cd11786669d72c72aed3e5d94" have entirely different histories.
5e777d8f14
...
3ea579409f
@ -43,7 +43,7 @@ services:
|
|||||||
# - discovery.seed_hosts=
|
# - discovery.seed_hosts=
|
||||||
# - cluster.initial_master_nodes=cc-docker-node
|
# - cluster.initial_master_nodes=cc-docker-node
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- ELASTIC_PASSWORD=${ELK_ELASTIC_PASSWD:-qq1458513}
|
- ELASTIC_PASSWD=${ELK_ELASTIC_PASSWD:-qq1458513}
|
||||||
volumes:
|
volumes:
|
||||||
- "./elasticsearch/data/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/data:rw"
|
- "./elasticsearch/data/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/data:rw"
|
||||||
- "./elasticsearch/plugins/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/plugins"
|
- "./elasticsearch/plugins/${ELK_VERSION:-7.17.7}:/usr/share/elasticsearch/plugins"
|
||||||
@ -166,7 +166,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "${WWWROOT_PATH}:/data/wwwroot"
|
- "${WWWROOT_PATH}:/data/wwwroot"
|
||||||
- "./php/php81/etc:/usr/local/etc"
|
- "./php/php81/etc:/usr/local/etc"
|
||||||
- "./php/php81/supervisord.d:/etc/supervisord.d"
|
|
||||||
working_dir: /data/wwwroot/
|
working_dir: /data/wwwroot/
|
||||||
networks:
|
networks:
|
||||||
aix-docker-cc:
|
aix-docker-cc:
|
||||||
|
|||||||
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user