1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Updated Redis + Influxdb to Alpine tags

This commit is contained in:
Eldad Fux 2020-09-27 17:57:44 +03:00
parent 2baac139e8
commit 5d2b847e5d
2 changed files with 6 additions and 6 deletions

View file

@ -286,7 +286,7 @@ services:
- RELAY_NETWORKS=:192.168.0.0/24:10.0.0.0/16
redis:
image: redis:5.0
image: redis:6.0-alpine3.12
container_name: appwrite-redis
restart: unless-stopped
networks:
@ -304,7 +304,7 @@ services:
- appwrite-uploads:/storage/uploads
influxdb:
image: influxdb:1.6
image: influxdb:1.8-alpine
container_name: appwrite-influxdb
restart: unless-stopped
networks:

View file

@ -320,9 +320,9 @@ services:
# - RELAY_FROM_HOSTS=192.168.0.0/16 ; *.yourdomain.com
# - SMARTHOST_HOST=smtp
# - SMARTHOST_PORT=587
redis:
image: redis:5.0
image: redis:6.0-alpine3.12
container_name: appwrite-redis
restart: unless-stopped
networks:
@ -338,9 +338,9 @@ services:
- appwrite
volumes:
- appwrite-uploads:/storage/uploads
influxdb:
image: influxdb:1.6
image: influxdb:1.8-alpine
container_name: appwrite-influxdb
restart: unless-stopped
networks: