1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Use port 5432

This commit is contained in:
lukinovec 2023-04-25 13:54:26 +02:00
parent 55258e6411
commit e7736c8244

View file

@ -55,15 +55,15 @@ services:
image: 'postgres:15'
user: 'postgres'
ports:
- '${POSTGRES_PORT:-5434}'
- '${POSTGRES_PORT:-5432}'
environment:
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
PGPORT: '${POSTGRES_PORT:-5434}'
PGPORT: '${POSTGRES_PORT:-5432}'
POSTGRES_DB: main
POSTGRES_USER: 'postgres'
POSTGRES_PASSWORD: 'postgres'
expose:
- '${POSTGRES_PORT:-5434}'
- '${POSTGRES_PORT:-5432}'
healthcheck:
test:
- CMD