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:
parent
c0443faf7f
commit
8b4cfe23ea
11 changed files with 474 additions and 152 deletions
6
src/app/prepare-config.php
Executable file
6
src/app/prepare-config.php
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue