32 lines
876 B
YAML
32 lines
876 B
YAML
version: "3"
|
|
|
|
services:
|
|
wealthpp-pay:
|
|
image: registry.jetbrains.team/p/prj/containers/projector-idea-u
|
|
ports: ## 暴露服务启动需要的端口
|
|
- "8080:8887"
|
|
- "8087:8087"
|
|
- "8871:8871"
|
|
- "4242:4242"
|
|
- "9099:9099"
|
|
- "8094:8094"
|
|
- "8074:8074"
|
|
- "9093:9093"
|
|
environment:
|
|
- ORG_JETBRAINS_PROJECTOR_SERVER_PIXEL_PER_UNIT=20
|
|
volumes:
|
|
- "./projector-docker:/home/projector-user:cached"
|
|
extra_hosts:
|
|
- "github.com:140.82.113.4" ## 手动设置github hosts
|
|
- "github.global.ssl.fastly.net:199.232.69.194"
|
|
- "assets-cdn.github.com:185.199.108.153"
|
|
- "assets-cdn.github.com:185.199.109.153"
|
|
- "assets-cdn.github.com:185.199.110.153"
|
|
- "assets-cdn.github.com:185.199.111.153"
|
|
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: idea
|