Make host UID/GID dynamic via env vars

This commit is contained in:
Seth For Privacy 2022-09-12 08:14:44 -04:00 committed by GitHub
parent bda5a28e1c
commit fc2c4f968b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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