diff --git a/docker-compose.yml b/docker-compose.yml index 4462d710..02c0eced 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,15 +55,15 @@ services: image: 'postgres:15' user: 'postgres' ports: - - '${POSTGRES_PORT:-5432}' + - '${POSTGRES_PORT:-5434}' environment: PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}' - PGPORT: '${POSTGRES_PORT:-5432}' + PGPORT: '${POSTGRES_PORT:-5434}' POSTGRES_DB: main POSTGRES_USER: 'postgres' POSTGRES_PASSWORD: 'postgres' expose: - - '${POSTGRES_PORT:-5432}' + - '${POSTGRES_PORT:-5434}' healthcheck: test: - CMD