Skip to content

Commit

Permalink
remove not used image, baseline commented out images to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2024
1 parent 124ddcb commit d7a2c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
restart: unless-stopped
env_file:
- wis2box.env
#image: ghcr.io/wmo-im/wis2box-mqtt-metrics-collector:1.0.beta1
#image: ghcr.io/wmo-im/wis2box-mqtt-metrics-collector:latest
build:
context: ./wis2box-mqtt-metrics-collector
depends_on:
Expand Down
16 changes: 3 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ services:
depends_on:
- wis2box-api

# wis2box-ui-admin:
# container_name: wis2box-ui-admin
# image: ghcr.io/wmo-im/wis2box-ui-admin:latest
# restart: always
# env_file:
# - wis2box.env
# depends_on:
# - wis2box-api

wis2box-webapp:
container_name: wis2box-webapp
image: ghcr.io/wmo-im/wis2box-webapp:latest
Expand Down Expand Up @@ -103,7 +94,7 @@ services:

mosquitto:
container_name: mosquitto
#image: ghcr.io/wmo-im/wis2box-broker:1.0.beta1
#image: ghcr.io/wmo-im/wis2box-broker:latest
restart: always
build:
context: ./wis2box-broker
Expand All @@ -115,7 +106,7 @@ services:
mem_limit: 1g
memswap_limit: 1g
restart: always
#image: ghcr.io/wmo-im/wis2box-management:1.0.beta1
#image: ghcr.io/wmo-im/wis2box-management:latest
build:
context: ./wis2box-management
#user: wis2box:wis2box
Expand Down Expand Up @@ -154,9 +145,8 @@ services:
volumes:
- ${WIS2BOX_HOST_DATADIR}/downloads:/home/wis2downloader/app/data/downloads


volumes:
es-data:
minio-data:
auth-data:
htpasswd:
htpasswd:

0 comments on commit d7a2c9a

Please sign in to comment.