chore: expose db over 15432 port

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-16 16:32:56 -05:00
parent 320d2f6980
commit 728b45539a

View File

@ -41,6 +41,8 @@ services:
POSTGRES_PASSWORD: nostr_ts_relay
volumes:
- pgdata:/var/lib/postgresql/data/
ports:
- 15432:5432
networks:
default:
ipv4_address: 10.10.10.3