4 Star 5 Fork 1

黑客松/CONF-DW-YM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
MingsonZheng 提交于 2021-12-25 15:20 +08:00 . add docker-compose
# Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
# Compose expects each line in an env file to be in VAR=VAL format. Lines beginning with # (i.e. comments) are ignored, as are blank lines.
# Note: Values present in the environment at runtime will always override those defined inside the .env file. Similarly, values passed via command-line arguments take precedence as well.
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
YM_EXTERNAL_DNS_NAME_OR_IP=localhost
# If the NAMESPACE env var is set, Dapr does not load any
# component that does not specify the same namespace.
NAMESPACE=eshop
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dotNETHackthon/conf-dw-ym.git
git@gitee.com:dotNETHackthon/conf-dw-ym.git
dotNETHackthon
conf-dw-ym
CONF-DW-YM
master

搜索帮助