From 752ada00ff542a805f0981ff266d4f3422afec77 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 14 Oct 2024 09:58:52 +0100 Subject: [PATCH] Explicitly set DB port --- ansible/roles/mastodon/files/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/mastodon/files/docker-compose.yml b/ansible/roles/mastodon/files/docker-compose.yml index 5530227..d0ddaff 100644 --- a/ansible/roles/mastodon/files/docker-compose.yml +++ b/ansible/roles/mastodon/files/docker-compose.yml @@ -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 }}