Explicitly set DB port
This commit is contained in:
parent
6f405ef800
commit
752ada00ff
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
- PGID={{ docker_user.id }}
|
||||
- LOCAL_DOMAIN=theorangeone.net
|
||||
- WEB_DOMAIN=mastodon.theorangeone.net
|
||||
- DATABASE_URL=postgresql://mastodon:mastodon@db/mastodon
|
||||
- DATABASE_URL=postgresql://mastodon:mastodon@db:5432/mastodon
|
||||
- REDIS_URL=redis://redis
|
||||
- SIDEKIQ_REDIS_URL=redis://redis/1
|
||||
- SECRET_KEY_BASE={{ vault_secret_key_base }}
|
||||
|
|
Loading…
Reference in a new issue