Merge branch 'develop' of https://github.com/wh1te909/tacticalrmm into develop

This commit is contained in:
wh1te909 2020-11-25 23:48:43 +00:00
commit e39dfbd624
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ volumes:
services:
# postgres database for api service
tactical-postgres:
image: postgres:13
image: postgres:13-alpine
restart: always
environment:
POSTGRES_DB: tacticalrmm
@ -36,7 +36,7 @@ services:
# redis container for celery tasks
tactical-redis:
image: redis
image: redis:6.0-alpine
restart: always
networks:
- redis
@ -110,7 +110,7 @@ services:
# mongodb container for meshcentral
tactical-mongodb:
image: mongo
image: mongo:4.4
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGODB_USER}