Fixing the docker container setup (with assets compilation &co)
This commit is contained in:
parent
2c374cd97c
commit
48d66a2055
6 changed files with 23 additions and 7 deletions
|
@ -17,7 +17,8 @@ test:
|
|||
|
||||
production:
|
||||
<<: *default
|
||||
database: postgres
|
||||
username: postgres
|
||||
password:
|
||||
host: db
|
||||
database: <%= ENV['DB_NAME'] || 'mastodon_production' %>
|
||||
username: <%= ENV['DB_USER'] || 'mastodon' %>
|
||||
password: <%= ENV['DB_PASS'] || '' %>
|
||||
host: <%= ENV['DB_HOST'] || 'localhost' %>
|
||||
port: <%= ENV['DB_PORT'] || 5432 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue