Set user and group ID to default 1000

This commit is contained in:
Seth For Privacy 2022-09-10 13:02:52 -04:00 committed by GitHub
parent d61c022f04
commit bda5a28e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ services:
environment:
- ES_URL=http://tubearchivist-es:9200
- REDIS_HOST=tubearchivist-redis
- HOST_UID=1000
- HOST_GID=1000
- TA_USERNAME=${TA_USER}
- TA_PASSWORD=${TA_PASSWORD}
- TA_HOST=${APP_DOMAIN}