mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
chore: expose db over 15432 port
This commit is contained in:
parent
320d2f6980
commit
728b45539a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user