1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add Docker configuration for Postgres and MariaDB

This commit is contained in:
Fabien MEURILLON 2016-01-09 17:27:21 +01:00
parent 540ef5e084
commit 1d41effebc
6 changed files with 62 additions and 1 deletions

6
docker/php/env Normal file
View file

@ -0,0 +1,6 @@
SYMFONY__ENV__DATABASE_DRIVER=pdo_sqlite
SYMFONY__ENV__DATABASE_HOST=127.0.0.1
SYMFONY__ENV__DATABASE_PORT=~
SYMFONY__ENV__DATABASE_NAME=symfony
SYMFONY__ENV__DATABASE_USER=root
SYMFONY__ENV__DATABASE_PASSWORD=~