Compare commits
3 Commits
3ea579409f
...
5e777d8f14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e777d8f14 | ||
|
|
7fb8981cba | ||
|
|
1550d770c6 |
@ -43,7 +43,7 @@ services:
|
||||
# - discovery.seed_hosts=
|
||||
# - cluster.initial_master_nodes=cc-docker-node
|
||||
- discovery.type=single-node
|
||||
- ELASTIC_PASSWD=${ELK_ELASTIC_PASSWD:-qq1458513}
|
||||
- ELASTIC_PASSWORD=${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,6 +166,7 @@ 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:
|
||||
|
||||
12
php/php81/supervisord.d/default.conf.example
Normal file
12
php/php81/supervisord.d/default.conf.example
Normal file
@ -0,0 +1,12 @@
|
||||
[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