fix: 🐛 remove port for db

This commit is contained in:
Pedro Pérez 2023-04-09 06:47:51 +02:00
parent b2f4b573f3
commit 69ec44032b

View File

@ -22,8 +22,6 @@ services:
image: postgres:15.2-alpine image: postgres:15.2-alpine
environment: environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
ports:
- "5433:5432"
volumes: volumes:
- ./schema.sql:/docker-entrypoint-initdb.d/schema.sql - ./schema.sql:/docker-entrypoint-initdb.d/schema.sql
- ./data:/var/lib/postgresql/data - ./data:/var/lib/postgresql/data