1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-14 22:39:53 +02:00

- merge changes from dynamic-env branch

- cleanup YML files, etc
This commit is contained in:
Andrew Dolgov 2021-01-31 16:01:25 +03:00
parent c0443faf7f
commit 8b4cfe23ea
11 changed files with 474 additions and 152 deletions

6
src/app/prepare-config.php Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
sed -e "s/define('\([A-Z_]\+\)', [^)]\+/define('\1', getenv('\1')/" \
< config.php-dist > config.docker.php
cat config.php-config.d >> config.docker.php