File tree Expand file tree Collapse file tree 12 files changed +113
-0
lines changed
Expand file tree Collapse file tree 12 files changed +113
-0
lines changed Original file line number Diff line number Diff line change 1+ additionalProperties:
Original file line number Diff line number Diff line change 1+ services :
2+ java :
3+ image : mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
4+ container_name : ${CONTAINER_NAME}
5+ working_dir : /app
6+ volumes :
7+ - ${CODE_DIR}:/app
8+ - ./run.sh:/run.sh
9+ - ./.env:/.env
10+ command : bash /run.sh
11+ networks :
12+ - 1panel-network
13+ ports :
14+ - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
15+ restart : on-failure:5
16+ labels :
17+ createdBy : " Apps"
18+ networks :
19+ 1panel-network :
20+ external : true
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ source /.env
4+
5+ eval $EXEC_SCRIPT
6+
7+
8+
9+
10+
Original file line number Diff line number Diff line change 1+ additionalProperties:
Original file line number Diff line number Diff line change 1+ services :
2+ java :
3+ image : mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
4+ container_name : ${CONTAINER_NAME}
5+ working_dir : /app
6+ volumes :
7+ - ${CODE_DIR}:/app
8+ - ./run.sh:/run.sh
9+ - ./.env:/.env
10+ command : bash /run.sh
11+ networks :
12+ - 1panel-network
13+ ports :
14+ - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
15+ restart : on-failure:5
16+ labels :
17+ createdBy : " Apps"
18+ networks :
19+ 1panel-network :
20+ external : true
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ source /.env
4+
5+ eval $EXEC_SCRIPT
6+
7+
8+
9+
10+
Original file line number Diff line number Diff line change 1+ additionalProperties:
Original file line number Diff line number Diff line change 1+ services :
2+ java :
3+ image : mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
4+ container_name : ${CONTAINER_NAME}
5+ working_dir : /app
6+ volumes :
7+ - ${CODE_DIR}:/app
8+ - ./run.sh:/run.sh
9+ - ./.env:/.env
10+ command : bash /run.sh
11+ networks :
12+ - 1panel-network
13+ ports :
14+ - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
15+ restart : on-failure:5
16+ labels :
17+ createdBy : " Apps"
18+ networks :
19+ 1panel-network :
20+ external : true
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ source /.env
4+
5+ eval $EXEC_SCRIPT
6+
7+
8+
9+
10+
Original file line number Diff line number Diff line change 1+ # .NET
2+
3+ .NET 是一个免费的跨平台开放源代码开发人员平台,用于生成多种类型的应用程序。
You can’t perform that action at this time.
0 commit comments