From 42181fa6819f2b5a27d44f129de9a764a90a641f Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Wed, 4 Oct 2023 13:37:16 +0100 Subject: [PATCH] Fix Postgres setup --- config/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.yml b/config/deploy.yml index 093b644..1430041 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -19,7 +19,7 @@ registry: env: clear: APPLICATION_HOST: tsvallender.co.uk - DB_HOST: 172.17.0.2 + DB_HOST: soc-postgres RAILS_LOG_TO_STDOUT: true RAILS_SERVE_STATIC_FILES: true secret: @@ -46,7 +46,7 @@ accessories: volumes: - /srv/soc/data:/var/lib/postgresql/data options: - ip: 172.17.0.2 + ip: 172.17.0.5 builder: remote: