mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 16:09:51 +02:00
initial for env-based setup
This commit is contained in:
parent
6cccc777d3
commit
5f6651e6f0
13 changed files with 415 additions and 44 deletions
6
app/prepare-config.php
Executable file
6
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