Fix Postgres setup

This commit is contained in:
Trevor Vallender 2023-10-04 13:37:16 +01:00
parent 2d35cb3e81
commit 42181fa681
1 changed files with 2 additions and 2 deletions

View File

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