We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576aee9 commit be2442bCopy full SHA for be2442b
1 file changed
docker-compose.yml
@@ -78,20 +78,20 @@ services:
78
memory: 512M
79
80
# 3. AI
81
- ai:
82
- image: ghcr.io/sisc-it/sisc-web-xai:${TAG:-latest}
83
- container_name: ai
84
- restart: always
85
- ports:
86
- - "5000:5000"
87
- networks:
88
- - sisc-net
89
- deploy:
90
- resources:
91
- limits:
92
- memory: 2G # AI 모델 로드 시 필요한 메모리 확보
93
- reservations:
94
- memory: 512M
+ #ai:
+ # image: ghcr.io/sisc-it/sisc-web-xai:${TAG:-latest}
+ # container_name: ai
+ # restart: always
+ # ports:
+ # - "5000:5000"
+ # networks:
+ # - sisc-net
+ # deploy:
+ # resources:
+ # limits:
+ # memory: 2G # AI 모델 로드 시 필요한 메모리 확보
+ # reservations:
+ # memory: 512M
95
npm:
96
image: 'jc21/nginx-proxy-manager:latest'
97
container_name: npm
0 commit comments