Added script with config fix to nginx container

This commit is contained in:
Bento Silveira 2023-07-23 00:20:00 -03:00 committed by Nerdeiro da Silva
parent 470524322f
commit e165dd0805
No known key found for this signature in database
GPG Key ID: E50EFBA12C1ED3CD
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ services:
- ./config/piped.key:/etc/nginx/ssl/piped.key
- ./config/piped.crt:/etc/nginx/ssl/piped.crt
- piped-proxy:/var/run/ytproxy:z
- ./entrypoint.d/host_replace.envsh:/docker-entrypoint.d/99-host_replace.envsh
depends_on:
- piped-backend
- piped-proxy