Adding a docker-compose template for running Mastodon easily
This commit is contained in:
parent
6fec8afc3f
commit
b17202ca0f
7 changed files with 58 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue