Add TA_HOST example and compose with port

This commit is contained in:
MerlinScheurer 2025-03-10 20:26:40 +01:00
parent ac7ce2ce3c
commit e06e1be433
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ All environment variables are explained in detail in the docs [here](https://doc
**TubeArchivist**:
| Environment Var | Value | |
| ----------- | ----------- | ----------- |
| TA_HOST | Server IP or hostname | Required |
| TA_HOST | Server IP or hostname `http://tubearchivist.local:8000` | Required |
| TA_USERNAME | Initial username when logging into TA | Required |
| TA_PASSWORD | Initial password when logging into TA | Required |
| ELASTIC_PASSWORD | Password for ElasticSearch | Required |

View File

@ -15,7 +15,7 @@ services:
- REDIS_CON=redis://archivist-redis:6379
- HOST_UID=1000
- HOST_GID=1000
- TA_HOST=http://tubearchivist.local # set your host name with protocol and port
- TA_HOST=http://tubearchivist.local:8000 # set your host name with protocol and port
- TA_USERNAME=tubearchivist # your initial TA credentials
- TA_PASSWORD=verysecret # your initial TA credentials
- ELASTIC_PASSWORD=verysecret # set password for Elasticsearch