Skip to content

Commit be2442b

Browse files
committed
Update docker-compose.yml
1 parent 576aee9 commit be2442b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docker-compose.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@ services:
7878
memory: 512M
7979

8080
# 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
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
9595
npm:
9696
image: 'jc21/nginx-proxy-manager:latest'
9797
container_name: npm

0 commit comments

Comments
 (0)