mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore: open db port
This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
||||
dockerfile: apps/chat/Dockerfile
|
||||
postgres:
|
||||
image: 'postgres:17-alpine'
|
||||
ports:
|
||||
- '6767:5432'
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: '${PG_PASS}'
|
||||
|
||||
Reference in New Issue
Block a user