mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #2326 from appwrite/chore-update-docker-images
Feat(chore): update docker dependencies
This commit is contained in:
commit
2f1bd16c42
1 changed files with 3 additions and 3 deletions
|
|
@ -464,7 +464,7 @@ services:
|
||||||
# - SMARTHOST_PORT=587
|
# - SMARTHOST_PORT=587
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.0-alpine
|
image: redis:6.2-alpine
|
||||||
container_name: appwrite-redis
|
container_name: appwrite-redis
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
|
|
@ -480,7 +480,7 @@ services:
|
||||||
# - appwrite-uploads:/storage/uploads
|
# - appwrite-uploads:/storage/uploads
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
image: appwrite/influxdb:1.0.0
|
image: appwrite/influxdb:1.4.0
|
||||||
container_name: appwrite-influxdb
|
container_name: appwrite-influxdb
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
|
|
@ -488,7 +488,7 @@ services:
|
||||||
- appwrite-influxdb:/var/lib/influxdb:rw
|
- appwrite-influxdb:/var/lib/influxdb:rw
|
||||||
|
|
||||||
telegraf:
|
telegraf:
|
||||||
image: appwrite/telegraf:1.2.0
|
image: appwrite/telegraf:1.3.0
|
||||||
container_name: appwrite-telegraf
|
container_name: appwrite-telegraf
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue