Fix broken hostnames for Redis
This commit is contained in:
parent
a99dbc1bc8
commit
5d8be62a3b
|
@ -10,7 +10,7 @@ services:
|
|||
- ${APP_DATA_DIR}/data/cache:/cache
|
||||
environment:
|
||||
- ES_URL=http://tubearchivist-es:9200
|
||||
- REDIS_HOST=archivist-redis
|
||||
- REDIS_HOST=tubearchivist-redis
|
||||
- TA_USERNAME=${TA_USER}
|
||||
- TA_PASSWORD=${TA_PASSWORD}
|
||||
- TA_HOST=${APP_DOMAIN}
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
volumes:
|
||||
- ${APP_DATA_DIR}/data/redis-data:/data
|
||||
depends_on:
|
||||
- archivist-es
|
||||
- tubearchivist-es
|
||||
|
||||
tubearchivist-es:
|
||||
image: bbilly1/tubearchivist-es:latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user