Explicitly set DB port
All checks were successful
/ terraform (push) Successful in 1m8s
/ ansible (push) Successful in 1m41s

This commit is contained in:
Jake Howard 2024-10-14 09:58:52 +01:00
parent 6f405ef800
commit 752ada00ff
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 }}