Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
docker
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
陈欢
docker
Commits
99908fc1
提交
99908fc1
authored
7月 17, 2022
作者:
testing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
2bb77912
全部展开
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
33 行增加
和
3 行删除
+33
-3
Dockerfile2
base-images/nginx-php-fpm-main/Dockerfile2
+0
-0
WorkerDockerfile
base-images/nginx-php-fpm-main/WorkerDockerfile
+3
-3
supervisord_worker.conf
base-images/nginx-php-fpm-main/conf/supervisord_worker.conf
+30
-0
没有找到文件。
base-images/nginx-php-fpm-main/Dockerfile2
deleted
100644 → 0
浏览文件 @
2bb77912
差异被折叠。
点击展开。
base-images/nginx-php-fpm-main/WorkerDockerfile
浏览文件 @
99908fc1
FROM php:7.4.30-fpm-alpine3.15
#
FROM php:7.4.30-cli-alpine
#
FROM php:7.4.30-fpm-alpine3.15
FROM php:7.4.30-cli-alpine
LABEL maintainer="Ric Harvey <ric@squarecows.com>"
...
...
@@ -90,7 +90,7 @@ RUN mkdir -p "/etc/supervisor/logs"
# copy in code
ADD src/ /var/www/html/
ADD errors/ /var/www/errors
ADD conf/supervisord.conf /etc/supervisor/supervisord.conf
ADD conf/supervisord
_worker
.conf /etc/supervisor/supervisord.conf
...
...
base-images/nginx-php-fpm-main/conf/supervisord_worker.conf
0 → 100644
浏览文件 @
99908fc1
[
unix_http_server
]
file
=/
dev
/
shm
/
supervisor
.
sock
; (
the
path
to
the
socket
file
)
[
supervisord
]
logfile
=/
tmp
/
supervisord
.
log
; (
main
log
file
;
default
$
CWD
/
supervisord
.
log
)
logfile_maxbytes
=
50
MB
; (
max
main
logfile
bytes
b4
rotation
;
default
50
MB
)
logfile_backups
=
10
; (
num
of
main
logfile
rotation
backups
;
default
10
)
loglevel
=
info
; (
log
level
;
default
info
;
others
:
debug
,
warn
,
trace
)
pidfile
=/
tmp
/
supervisord
.
pid
; (
supervisord
pidfile
;
default
supervisord
.
pid
)
nodaemon
=
false
; (
start
in
foreground
if
true
;
default
false
)
minfds
=
1024
; (
min
.
avail
startup
file
descriptors
;
default
1024
)
minprocs
=
200
; (
min
.
avail
process
descriptors
;
default
200
)
user
=
root
;
;
the
below
section
must
remain
in
the
config
file
for
RPC
; (
supervisorctl
/
web
interface
)
to
work
,
additional
interfaces
may
be
;
added
by
defining
them
in
separate
rpcinterface
:
sections
[
rpcinterface
:
supervisor
]
supervisor
.
rpcinterface_factory
=
supervisor
.
rpcinterface
:
make_main_rpcinterface
[
supervisorctl
]
serverurl
=
unix
:///
dev
/
shm
/
supervisor
.
sock
;
use
a
unix
://
URL
for
a
unix
socket
[
include
]
files
= /
etc
/
supervisor
/
conf
.
d
/*.
conf
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论