k8s 部署单节点rabbitmq并安装rabbitmq_delayed_message_exchange-3.13.0.ez插件
build Dockerfile内容 FROM rabbitmq:3.13-management COPY rabbitmq_delayed_message_exchange-3.13.0.ez /opt/rabbitmq/plugins RUN chown -R rabbitmq:rabbitm
记录此分类下的每一次思考与沉淀
build Dockerfile内容 FROM rabbitmq:3.13-management COPY rabbitmq_delayed_message_exchange-3.13.0.ez /opt/rabbitmq/plugins RUN chown -R rabbitmq:rabbitm
构建Dockerfile,插件在文章底部 FROM nacos/nacos-server:v3.1.1 RUN mkdir -p /home/nacos/plugins/datasource COPY nacos-postgresql-datasource-plugin-ext-1.0.0-SNA
compose配置文件 services: openresty: image: harbor.bomsorte.com:1443/base/openresty:1.27.1.2 container_name: openresty restart: always p
在阿里云oss桶中绑定自定义域名 nginx 配置,其中/C/kuku-phl/web-mobile是桶中文件目录 server { server_name pwa.cashcc13.cc; listen 80; location =/ { proxy_pass http
方法:需要使用到 timeiso8601内嵌变量来获取时间。 time_iso8601 内嵌变量来获取时间。time iso8601内嵌变量来获取时间。time_iso8601格式如下:2018-09-21T16:01:02+02:00。然后使用正则表达式来获取所需时间的数据 注意层次关系,这段脚本