nginx 网关
Go to file
yidl f199612f54 调整 2025-08-31 00:01:08 +08:00
.gitignore .vs忽略 2025-08-17 14:35:03 +08:00
Dockerfile 更换网关 2025-08-25 23:25:02 +08:00
Jenkinsfile init 2025-06-22 14:46:32 +08:00
README.md 更换网关 2025-08-25 23:25:02 +08:00
dynamic.yml 调整 2025-08-31 00:01:08 +08:00
traefik.yml 更换网关 2025-08-25 23:25:02 +08:00

README.md

gateway

nginx 网关

version: '3.9' services: traefik: image: my-traefik:latest container_name: traefik ports: - "8000:8000" - "8002:8002" - "8003:8003" - "8080:8080" volumes: - ./traefik.yml:/etc/traefik/traefik.yml - ./dynamic.yml:/etc/traefik/dynamic.yml - ./certs:/etc/certs restart: unless-stopped

参考地址
https://askmany.cn/chat/c970ddff-b553-4491-b4d3-a1572ed55db5