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: env:
clear: clear:
APPLICATION_HOST: tsvallender.co.uk APPLICATION_HOST: tsvallender.co.uk
DB_HOST: 172.17.0.2 DB_HOST: soc-postgres
RAILS_LOG_TO_STDOUT: true RAILS_LOG_TO_STDOUT: true
RAILS_SERVE_STATIC_FILES: true RAILS_SERVE_STATIC_FILES: true
secret: secret:
@ -46,7 +46,7 @@ accessories:
volumes: volumes:
- /srv/soc/data:/var/lib/postgresql/data - /srv/soc/data:/var/lib/postgresql/data
options: options:
ip: 172.17.0.2 ip: 172.17.0.5
builder: builder:
remote: remote: