登录功能
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 30s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-25 13:27:23 +08:00
parent ebb49577dd
commit 728c39f43d
16 changed files with 395 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
networks:
- all_in
ports:
- 8080:8080
- 14904:8080
environment:
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_URLS=http://+:8080
@@ -16,20 +16,6 @@
- /wd/apps/vols/emailbill/database:/app/database
- /wd/apps/vols/emailbill/logs:/app/logs
nas_robot_proxy:
image: beevelop/nginx-basic-auth:v2023.10.1
container_name: emailbill_proxy
restart: always
networks:
- all_in
ports:
- 14904:80 # 开放端口
environment:
- TZ=Asia/Shanghai
- HTPASSWD=suncheng:$$apr1$$2QX32QHP$$HIGAbCuTt8jxdc4uDzNLI1
- FORWARD_PORT=8080
- FORWARD_HOST=emailbill
networks:
all_in:
external: true