Skip to content

Commit

Permalink
remove node-exporter in docker-comnpose and add it in monitoring yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjjin-design committed Aug 5, 2024
1 parent f0d4145 commit 2c250cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
image: ghcr.io/wmo-im/wis2box-webapp:latest
env_file:
- wis2box.env
restart: always

wis2box-api:
container_name: wis2box-api
Expand Down Expand Up @@ -86,6 +87,8 @@ services:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.name=es-wis2box
- xpack.security.enabled=false
ports:
- "9200:9200"
mem_limit: 1.5g
memswap_limit: 1.5g
volumes:
Expand Down Expand Up @@ -147,6 +150,8 @@ services:

wis2downloader:
container_name: wis2downloader
image: wis2box_project-wis2downloader
restart: always
build: ./wis2downloader
env_file:
- wis2box.env
Expand All @@ -155,7 +160,8 @@ services:

volumes:
es-data:
driver: local
minio-data:
auth-data:
api-config:
htpasswd:
htpasswd:

0 comments on commit 2c250cd

Please sign in to comment.