Adding a docker-compose template for running Mastodon easily

This commit is contained in:
Eugen Rochko 2016-03-14 21:39:39 +01:00
parent 6fec8afc3f
commit b17202ca0f
7 changed files with 58 additions and 2 deletions

View file

@ -2,6 +2,7 @@ default: &default
adapter: postgresql
pool: 5
timeout: 5000
encoding: unicode
development:
<<: *default
@ -16,4 +17,7 @@ test:
production:
<<: *default
database: mastodon_production
database: postgres
username: postgres
password:
host: db